public abstract class PedestrianComparerUsingAttr
extends java.lang.Object
| Constructor and Description |
|---|
PedestrianComparerUsingAttr() |
| Modifier and Type | Method and Description |
|---|---|
abstract float |
compare(PedestrianInfo personA,
PedestrianInfo personB)
Compare two pedestrians each given in a track with attributes.
|
public abstract float compare(@Nonnull
PedestrianInfo personA,
@Nonnull
PedestrianInfo personB)
throws java.lang.Exception
personA - The first pedestrian.personB - The second pedestrian.java.io.IOExceptionjava.lang.Exception