Package | Description |
---|---|
org.cripac.isee.alg.pedestrian.attr | |
org.cripac.isee.alg.pedestrian.tracking |
Modifier and Type | Field and Description |
---|---|
(package private) Collection<Tracklet.BoundingBox>
|
ExternRecognizer.RequestMessage.samples
|
Modifier and Type | Method and Description |
---|---|
private static Tracklet.BoundingBox
|
RecognizerTest.img2BBox(org.bytedeco.javacpp.opencv_core.Mat img)
|
Modifier and Type | Method and Description |
---|---|
static float[] |
DeepMAR.preprocess(Tracklet.BoundingBox bbox)
Preprocess the image, including mean value subtracting, value
normalizing and pixel remapping.
|
Attributes |
DeepMARCaffe2Native.recognize(Tracklet.BoundingBox bbox)
Recognize attributes from a pedestrian bounding box image.
|
Attributes[] |
DeepMARCaffe2Native.recognize(Tracklet.BoundingBox[] bboxes)
Recognize attributes from a batch of pedestrian bounding box
images.
|
Attributes[] |
BatchRecognizer.recognize(Tracklet.BoundingBox[] bboxes)
Recognize attributes from a batch of pedestrian bounding box
images.
|
Modifier and Type | Field and Description |
---|---|
Tracklet.BoundingBox[]
|
Tracklet.locationSequence
A sequence of locations (as a form of BoundingBox) of the pedestrian
at each moment in the tracklet.
|
Modifier and Type | Method and Description |
---|---|
Collection<Tracklet.BoundingBox>
|
Tracklet.getSamples()
|