Package | Description |
---|---|
org.cripac.isee.pedestrian.attr | |
org.cripac.isee.pedestrian.reid | |
org.cripac.isee.vpe.data |
This package contains classes for data managing.
|
org.cripac.isee.vpe.debug |
This package contains classes for debugging.
|
Modifier and Type | Method and Description |
---|---|
static Attributes |
Attributes.add(Attributes attr1,
Attributes attr2) |
static Attributes |
Attributes.div(Attributes attr,
int divisor) |
Attributes |
DeepMAR.recognize(Tracklet.BoundingBox bbox) |
abstract Attributes |
PedestrianAttrRecognizer.recognize(Tracklet tracklet)
Recognize attributes from a track of pedestrian.
|
Attributes |
DeepMAR.recognize(Tracklet tracklet)
Recognize attributes from a track of pedestrian.
|
Attributes |
ExternPedestrianAttrRecognizer.recognize(Tracklet tracklet) |
Modifier and Type | Method and Description |
---|---|
static Attributes |
Attributes.add(Attributes attr1,
Attributes attr2) |
static Attributes |
Attributes.div(Attributes attr,
int divisor) |
Modifier and Type | Field and Description |
---|---|
Attributes |
PedestrianInfo.attr |
Constructor and Description |
---|
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.
|
Modifier and Type | Method and Description |
---|---|
abstract Attributes |
GraphDatabaseConnector.getPedestrianAttributes(java.lang.String id)
Get the attributes of a pedestrian.
|
Modifier and Type | Method and Description |
---|---|
abstract void |
GraphDatabaseConnector.setPedestrianAttributes(java.lang.String id,
Attributes attr)
Set the attributes of a pedestrian.
|
Modifier and Type | Method and Description |
---|---|
Attributes |
FakeDatabaseConnector.getPedestrianAttributes(java.lang.String id) |
Attributes |
FakePedestrianAttrRecognizer.recognize(Tracklet tracklet) |
Modifier and Type | Method and Description |
---|---|
void |
FakeDatabaseConnector.setPedestrianAttributes(java.lang.String id,
Attributes attr) |