Thanks to visit codestin.com
Credit goes to github.com

Skip to content
/ CTSE Public

This directory contains a CTSE ( Paper titled 'Contextual Object Tracker with Structure Encoding' , ICIP 2015) object tracking algorithm in video sequences.

License

Notifications You must be signed in to change notification settings

sinbycos/CTSE

Repository files navigation

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:

Input

  1. Directory of Images/ Video AVI file
  2. Bounding Box centroid
  3. Bounding Box Width
  4. Bounding Box Height

Algorithm

CTSE oCTSE

for(all frames in the video) {
    ...
oCTSE.process(input params);
    ...
}

Output

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.

About

This directory contains a CTSE ( Paper titled 'Contextual Object Tracker with Structure Encoding' , ICIP 2015) object tracking algorithm in video sequences.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •