Package | Description |
---|---|
org.cripac.isee.pedestrian.reid |
Modifier and Type | Field and Description |
---|---|
TrackletOrURL |
PedestrianInfo.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.
|