| Package | Description |
|---|---|
| org.cripac.isee.pedestrian.attr | |
| org.cripac.isee.pedestrian.tracking | |
| org.cripac.isee.vpe.debug |
This package contains classes for debugging.
|
| org.cripac.isee.vpe.util.hdfs | |
| org.cripac.isee.vpe.util.tracking |
| Modifier and Type | Method and Description |
|---|---|
static Tracklet
|
DeepMARTest.img2Tracklet(org.bytedeco.javacpp.opencv_core.Mat img)
|
| Modifier and Type | Method and Description |
|---|---|
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) |
| Constructor and Description |
|---|
RequestMessage(Tracklet tracklet)
Create a message requesting attribute recognition on a track.
|
| Modifier and Type | Method and Description |
|---|---|
Tracklet[] |
BasicTracker.track(java.io.InputStream videoStream)
|
abstract Tracklet[] |
Tracker.track(java.io.InputStream videoStream)
Read a video from a URL, and perform pedestrian tracking on it.
|
| Modifier and Type | Method and Description |
|---|---|
Tracklet[] |
FakePedestrianTracker.track(java.io.InputStream videoStream)
|
| Modifier and Type | Method and Description |
|---|---|
Attributes |
FakePedestrianAttrRecognizer.recognize(Tracklet tracklet) |
| Modifier and Type | Method and Description |
|---|---|
static Tracklet |
HadoopHelper.retrieveTracklet(java.lang.String storeDir)
Retrieve a tracklet from the HDFS or HAR.
|
static Tracklet |
HadoopHelper.retrieveTracklet(java.lang.String storeDir,
org.apache.hadoop.fs.FileSystem hdfs)
Retrieve a tracklet from the HDFS or HAR.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
HadoopHelper.storeTracklet(java.lang.String storeDir,
Tracklet tracklet,
org.apache.hadoop.fs.FileSystem hdfs)
Store a tracklet to the HDFS.
|
| Modifier and Type | Method and Description |
|---|---|
Tracklet
|
TrackletOrURL.getTracklet()
|
| Constructor and Description |
|---|
TrackletOrURL(Tracklet tracklet)
|
TrackletOrURL(Tracklet tracklet,
java.lang.String URL) |