public class PedestrianInfo
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
Attributes |
attr |
Feature |
feature
Extracted feature for comparison, if applicable.
|
int |
id
The IDRANK of the pedestrian.
|
TrackletOrURL |
trackletOrURL
|
Constructor and Description |
---|
PedestrianInfo(TrackletOrURL trackletOrURL)
Constructor with track and attributes specified at the beginning.
|
PedestrianInfo(TrackletOrURL trackletOrURL,
Attributes attr)
Constructor with track and attributes specified at the beginning.
|
PedestrianInfo(TrackletOrURL trackletOrURL,
Attributes attr,
Feature feature)
Constructor with track and attributes specified at the beginning.
|
PedestrianInfo(TrackletOrURL trackletOrURL,
Attributes attr,
int id)
Constructor with track and attributes specified at the beginning.
|
PedestrianInfo(TrackletOrURL trackletOrURL,
Attributes attr,
int id,
Feature feature)
Constructor with track and attributes specified at the beginning.
|
public final TrackletOrURL trackletOrURL
public final Attributes attr
public final int id
public final Feature feature
public PedestrianInfo(@Nonnull TrackletOrURL trackletOrURL, @Nullable Attributes attr, int id)
trackletOrURL
- the tracklet of the pedestrian or the URL of the tracklet.attr
- attributes recognized from the pedestrian.id
- ID of the pedestrianpublic PedestrianInfo(@Nonnull TrackletOrURL trackletOrURL, @Nullable Attributes attr, @Nullable Feature feature)
trackletOrURL
- the tracklet of the pedestrian or the URL of the tracklet.attr
- attributes recognized from the pedestrian.feature
- feature of the pedestrian appearancepublic PedestrianInfo(@Nonnull TrackletOrURL trackletOrURL)
trackletOrURL
- the tracklet of the pedestrian or the URL of the tracklet.public PedestrianInfo(@Nonnull TrackletOrURL trackletOrURL, @Nullable Attributes attr)
trackletOrURL
- the tracklet of the pedestrian or the URL of the tracklet.attr
- attributes recognized from the pedestrian.public PedestrianInfo(@Nonnull TrackletOrURL trackletOrURL, @Nullable Attributes attr, int id, @Nullable Feature feature)
trackletOrURL
- the tracklet of the pedestrian or the URL of the tracklet.attr
- attributes recognized from the pedestrian.id
- ID of the pedestrianfeature
- feature of the pedestrian appearance