cf_tracking
cf_tracking copied to clipboard
C++ Implementation of two correlation filter based visual trackers
In dss_tracker.hpp, [Line 538-539 ](https://github.com/klahaag/cf_tracking/blob/master/src/cf_libs/dsst/dsst_tracker.hpp#L538-L539)seems useless. Do I miss anything? ``` boundingBox &= Rect(0, 0, static_cast(image.cols), static_cast(image.rows)); boundingBox = tempBoundingBox; ```
Can we track multiple object ?
richal@w:~/桌面/trackpython/cf_tracking/build$ ./KCFcpp -b 261,48,39,65 -o results.txt -s sample_sequence_compressed -i /%.05d.jpg [image2 @ 0x182b840] Could find no file with path 'sample_sequence_compressed/%05d.jpg' and index in the range 0-4 Could not open device/sequence/video!...
Hi, I am using a mac OS X system and successfully used Cmake to get a Xcode Project. However, after compiling I only got two .exe file. Both KCF and...
Hi, I'm trying to run the program, but after a successful compilation I get a window with a choice of capture source. No camera is initialized, and if the initialization...