Tracking Camera Api Documentation - person-in-hangang/HanRiver GitHub Wiki

Real-time Detection & Initiates tracking when detected.
- Parameter : ImageReader
- Return : None
- call processing()
Import classification name from label s.txt file
- Parameter : labels.txt file
- Return : labels (array)

Track the person & keep drawing the bounding box while tracking it.
- Key Variables :
- mTargetLocked (boolean) : A variable that tell you whether a target is caught
- first (boolean) : A variable that tells you if you're the first person to catch it, if you're the first to draw a new box
- mProcessing (boolean) : A variable that tells if tracking is in progress, false, does not detect anyone else
- Parameter : None
- Return : None

Continue to draw paths while tracking.
- Parameter : canvas
- Return : None

send trajectory
- Parameter : bitmap
- Return : None
send coordinate
- Parameter : double x, double y
- Return : None