- 04 Apr, 2015 1 commit
-
-
cbalint13 authored
-
- 03 Apr, 2015 13 commits
-
-
cbalint13 authored
-
-
cbalint13 authored
-
Vadim Pisarevsky authored
Locally uniform comparison image descriptor
-
Vadim Pisarevsky authored
line_descriptor module fix vs2013 build
-
Vadim Pisarevsky authored
add a 'split' train method to datasets/lfw_benchmark
-
Vadim Pisarevsky authored
[fix issue #3996] delete private.hpp include in sample code
-
Vadim Pisarevsky authored
fix issue for vs versions which aren't standarized for the c99 standard
-
Vadim Pisarevsky authored
corrected the testing data path for latentsvm detector and some typos
-
Vadim Pisarevsky authored
Link Correction
-
Vadim Pisarevsky authored
Adapt reg sample to changes in features detectors
-
Vadim Pisarevsky authored
Bug fixing
-
Alfonso Sanchez-Beato authored
Adapt to changes in the interface of feature detectors, using now Feature2D interface.
-
- 26 Mar, 2015 3 commits
-
-
Vladimir authored
-
Vadim Pisarevsky authored
Wrap face module with python and java
-
Maksim Shabunin authored
-
- 25 Mar, 2015 3 commits
-
-
jiaolong_cvc228 authored
-
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
-
Auron-X authored
Unused header
-
- 24 Mar, 2015 3 commits
- 23 Mar, 2015 1 commit
-
-
Vadim Pisarevsky authored
Replaced property macros in headers
-
- 19 Mar, 2015 1 commit
-
-
pmkalshetti authored
Corrected Link for corresponding dataset
-
- 18 Mar, 2015 2 commits
-
-
Maksim Shabunin authored
-
Maksim Shabunin authored
-
- 16 Mar, 2015 3 commits
-
-
Vadim Pisarevsky authored
Bug fix #1
-
Vadim Pisarevsky authored
Removed sphinx documentation
-
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
-
- 04 Mar, 2015 2 commits
-
-
Vadim Pisarevsky authored
fix missing delete[] calls in or_mnist.cpp
-
berak authored
-
- 03 Mar, 2015 1 commit
-
-
Vadim Pisarevsky authored
Java and python wrappers for contrib modules
-
- 26 Feb, 2015 1 commit
-
-
Maksim Shabunin authored
-
- 20 Feb, 2015 3 commits
-
-
berak authored
-
Vadim Pisarevsky authored
Function cuda::integral() does not require an extra buffer any more.
-
Vadim Pisarevsky authored
Remove algorithm factory
-
- 18 Feb, 2015 1 commit
-
-
Vadim Pisarevsky authored
contrib_world module
-
- 17 Feb, 2015 2 commits
-
-
Maksim Shabunin authored
-
Maksim Shabunin authored
-