| Class | Description | 
|---|---|
| BasicTracker | The BasicTracker class is a JNI class of a pedestrian tracking algorithm used
 within the Center for Research on Intelligent Perception and Computing(CRIPAC),
 Institute of Automation, Chinese Academy of Science. | 
| BasicTrackerTest | Created by ken.yu on 16-10-23. | 
| Tracker | The Tracker class is the base class of all pedestrian tracking
            classes.
         | 
| Tracklet | The Tracklet class stores a sequence of bounding boxes, representing the
 track of a pedestrian in a video. | 
| Tracklet.BoundingBox | The BoundingBox class stores the location of an object in a single static
 frame. | 
| Tracklet.Identifier | Identifier of a tracklet. |