struck icon indicating copy to clipboard operation
struck copied to clipboard

Code to accompany the paper 'Struck: Structured Output Tracking with Kernels'

Results 5 struck issues
Sort by recently updated
recently updated
newest added

http://vision.ucsd.edu/~bbabenko/project_miltrack.html

Please consider the following changes that update includes of OpenCV to 2+ style API, making the up-to-date with OpenCV 3.x.

https://github.com/gnebehay/OpenTLD/releases/download/v1.3.0/opentld_1.3.0_windows_i386.exe I run opentld in windows it tracks the object,whenever it appears in the video. Its worked well First define the bounding box in a frame ,it tracks the objects...

I have tested this project, why the fps is so low? It is about 1.3 fps in the test sequences, do you guys get the same result??

waitKey returns weird results. Results such as: http://stackoverflow.com/questions/9172170/python-opencv-cv-waitkey-spits-back-weird-output-on-ubuntu-modulo-256-maps-corre My platform is Raspberry Pi 3 Model B running Raspbian Jessie. And fix is to retrieve last 8 bits only. `key &...