- 20 Mar, 2017 1 commit
-
-
Alexander Alekhin authored
tldDetector.cpp:465:22: warning: declaration shadows a field of 'cv::tld::TLDDetector' [-Wshadow]
-
- 15 Mar, 2017 1 commit
-
-
Maksim Shabunin authored
- made some of dependencies explicit - removed dependencies to highgui and some other modules where possible - modified some samples to build without modules
-
- 07 Mar, 2017 1 commit
-
-
berak authored
-
- 27 Feb, 2017 1 commit
-
-
Lorena García authored
-
- 21 Feb, 2017 5 commits
-
-
Vladislav Sovrasov authored
-
Vladislav Sovrasov authored
-
Vladislav Sovrasov authored
-
Vladislav Sovrasov authored
-
Vladislav Sovrasov authored
-
- 20 Feb, 2017 1 commit
-
-
Vladislav Sovrasov authored
-
- 09 Feb, 2017 2 commits
-
-
Vladislav Sovrasov authored
-
Vladislav Sovrasov authored
-
- 08 Feb, 2017 2 commits
-
-
Vladislav Sovrasov authored
-
Vladislav Sovrasov authored
* Fix several issues in TrackerMedianFlow implementation Particularly, add possibility to tune optical flow parameters for a median flow tracker. * Improve code of TrackerMedianFlow Replace a lot of calls of std::vector::erase by one call of std::remove_if. * Delete unused code, use norm from OpenCV * medianFlow:turn getMedian method into function, small code cleanup * TrackerMedianFlow:fixes in parameters I/O, add test for them * TrackerMedianFlow:replace double with float in temp buffers * Fix indentation * TrackerMedianFlow:add absent parameter case handling in read() * TrackerMedianFlow:use ROI instead of copy when getting a patch * TrackerMedianFlow:don't calc image pyramids 2 times * MedianFlowTracker: use cvIsNan() * MedianFlow: refactor vector filtration code * MedianFlow: change if statements layout in filterPointsInVectors
-
- 06 Feb, 2017 1 commit
-
-
Suleyman TURKMEN authored
-
- 02 Feb, 2017 1 commit
-
-
Vladislav Sovrasov authored
-
- 24 Jan, 2017 1 commit
-
-
Vladislav Sovrasov authored
-
- 15 Dec, 2016 1 commit
-
-
Vladimir authored
-
- 08 Dec, 2016 1 commit
-
-
Eugene Mamin authored
Using opencv/core/utility.hpp parallel primitives, Intel TBB as backend is desirable.
-
- 25 Nov, 2016 2 commits
-
-
mshabunin authored
- added area under "lost track ratio" curve statistics - added "lost track ratio" curve plot - minor fixes
-
mshabunin authored
- used C++ to handle resources and output - simplified and refactored the code - changed statistic calculation (precision, recall, etc) - used CommandLineParser -> CL interface has changed
-
- 24 Nov, 2016 1 commit
-
-
berak authored
added error msg for samples
-
- 23 Nov, 2016 1 commit
-
-
Vladislav Sovrasov authored
-
- 22 Nov, 2016 1 commit
-
-
Vladislav Sovrasov authored
-
- 10 Nov, 2016 1 commit
-
-
Alexander Alekhin authored
-
- 30 Sep, 2016 1 commit
-
-
Vladislav Sovrasov authored
-
- 15 Sep, 2016 1 commit
-
-
alessiodore authored
* Fix kcfTracker when called from Python bindings. The variable boundingBox in updateImpl when called from Python is initialized with 0s and it needs to be updated with the tracker state. * Fix to return the bbox correctly in the first frame in Python
-
- 12 Jul, 2016 1 commit
-
-
Alexander Alekhin authored
-
- 23 May, 2016 1 commit
-
-
Gregory Kramida authored
-
- 03 May, 2016 1 commit
-
-
berak authored
-
- 04 Apr, 2016 1 commit
-
-
Eric Zavesky authored
- remove double-check, make MSVC happy
-
- 28 Mar, 2016 1 commit
-
-
Gary Bradski authored
-
- 24 Mar, 2016 1 commit
-
-
aravind authored
-
- 06 Mar, 2016 1 commit
-
-
Lorena García authored
-
- 01 Feb, 2016 1 commit
-
-
Suleyman TURKMEN authored
-
- 18 Jan, 2016 1 commit
-
-
Patrick Snape authored
Required for MSVC builds - shouldn't affect result otherwise.
-
- 19 Nov, 2015 1 commit
-
-
baudenri authored
For some applications it is useful to have an estimate of how uncertain the specific variable is estimated. This could help to act accordingly e.g. increase the measurement zone if the current estimate is very uncertain.
-
- 15 Nov, 2015 1 commit
-
-
103yiran authored
-
- 08 Nov, 2015 1 commit
-
-
berak authored
-
- 04 Nov, 2015 1 commit
-
-
Yan Wang authored
Signed-off-by:
Yan Wang <yan.wang@linux.intel.com>
-