This directory contains a CTSE ( Paper titled 'Contextual Object Tracker with Structure Encoding' , ICIP 2015) object tracking algorithm in video sequences.
The main class used for tracking is CTSE. The other class KeyPoint CTSE is used to keep the keypoint's information and the CTSE class interacts wth this class by having an KeyPointCTSE object as a member variable The algorithm has dependency of OpenCV library. It can run on opencv versions from 2.4.5 to 2.4.11.
Working Structure:
- Directory of Images/ Video AVI file
- Bounding Box centroid
- Bounding Box Width
- Bounding Box Height
CTSE oCTSE
for(all frames in the video) {
...
oCTSE.process(input params);
...
}
Blue Colored Bounding Box
CTSE (Contextual Object Tracker with Structure Encoding) Copyright (c) Tanushri Chakravorty ([email protected]). All rights reserved.
See LICENSE.txt for more details.