public abstract class PedestrianAttrRecognizer
extends java.lang.Object
| Constructor and Description | 
|---|
| PedestrianAttrRecognizer() | 
| Modifier and Type | Method and Description | 
|---|---|
| abstract Attributes | recognize(Tracklet tracklet)Recognize attributes from a track of pedestrian. | 
public abstract Attributes recognize(@Nonnull Tracklet tracklet) throws java.io.IOException
tracklet - A pedestrian track.java.io.IOException - Exception that might occur during recognition.