public interface PedestrianComparerUsingAttr
Modifier and Type | Method and Description |
---|---|
float |
compare(PedestrianInfo personA,
PedestrianInfo personB)
Compare two pedestrians each given in a track with attributes.
|
float compare(@Nonnull PedestrianInfo personA, @Nonnull PedestrianInfo personB) throws Exception
personA
- The first pedestrian.personB
- The second pedestrian.Exception