- 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
-
- 28 Jun, 2015 1 commit
-
-
Vladimir authored
1. Added 2-nd level of parallelization of NN on OpenCL 2. Restructured detector - now all filters work independently: Variance Filter->Ensemble->NN, through "buffers"
-
- 25 Jun, 2015 1 commit
-
-
Vladimir authored
-
- 07 Jun, 2015 1 commit
-
-
Vladimir authored
1. TLD now have module structure 2. Made some small code optimizations 3. Fixed Ensemble Classifier according to the original paper - 10 randomized ferns 4. Added comments to most of the functions and methods
-
- 25 Mar, 2015 1 commit
-
-
Auron-X authored
The bug has the same origin as: https://github.com/Itseez/opencv_contrib/pull/187 The problem was in "fast" version of function generating a binary code for ensemble classifier posterior probability calculation. Bug was eliminated by fixing the order of "values" in offsets calculating function
-
- 16 Mar, 2015 1 commit
-
-
Auron-X authored
The bug appears on the initialization step, if the initial bounding box width was larger than height. The problem was in function calculating a binary code for ensemble classifiers. In this function “measurement” values were used in wrong order (h1,w1,h2,w2; instead of: w1,w2,h1,h2), generating a access violation error on “patch” data access by the reason that width>height and pointer to data is calculated linearly data.step*height+width
-
- 12 Aug, 2014 2 commits
-
-
Alex Leontiev authored
-
Alex Leontiev authored
-
- 11 Aug, 2014 11 commits
-
-
Alex Leontiev authored
-
Alex Leontiev authored
-
Alex Leontiev authored
-
Alex Leontiev authored
-
Alex Leontiev authored
-
Alex Leontiev authored
-
Alex Leontiev authored
-
Alex Leontiev authored
-
Alex Leontiev authored
-
Alex Leontiev authored
-
Alex Leontiev authored
-
- 10 Jul, 2014 1 commit
-
-
Alex Leontiev authored
-
- 09 Jul, 2014 7 commits
-
-
Alex Leontiev authored
-
Alex Leontiev authored
-
Alex Leontiev authored
-
Alex Leontiev authored
-
Alex Leontiev authored
-
Alex Leontiev authored
-
Alex Leontiev authored
This contribution includes the following logical components into tracking module: .) Change Rect to Rect2d into headers for Tracker's methods; This contribution includes the following logical components into tracking module: .) Change Rect to Rect2d into headers for Tracker's methods; .) MedianFlow tracker; .) extensible benchmark to compare trackers interactively and assess them quantitatively; .) TLD tracker (work-in-progress); Work was funded by Google Summer of Code 2014 initiative. Mentors: Gary Bradski and Vadim Pisarevsky.
-