Vladimir
dd9531a5eb
Unused header deleted
10 years ago
Vadim Pisarevsky
ca7c573ebe
Merge pull request #197 from mshabunin/fix-python
...
Wrap face module with python and java
10 years ago
Maksim Shabunin
aa11ac48f1
Wrap face module with python and java
10 years ago
jiaolong_cvc228
7589685882
corrected the testing data path for latentsvm detector and some typos
10 years ago
Auron-X
f430f808a2
Bug fix #2
...
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
10 years ago
Auron-X
0ea70a46f5
Unused header
...
Unused header
10 years ago
Dikay900
361dff4ee4
fix already defined macro variable
10 years ago
Dikay900
9bc8514fd9
fix issue for visual studio versions which arent standarized for the c99
...
standard
10 years ago
Dikay900
8f9dd88c32
delete private.hpp include in sample code and corresponding documentation
10 years ago
Vadim Pisarevsky
36fbabf267
Merge pull request #189 from mshabunin/fix-headers
...
Replaced property macros in headers
10 years ago
pmkalshetti
872366245e
Link Correction
...
Corrected Link for corresponding dataset
10 years ago
Maksim Shabunin
da7ff82d19
Replaced CV_IMPL_PROPERTY macros in public headers
10 years ago
Maksim Shabunin
05405e3dca
Replaced CV_PURE_PROPERTY macros with the code
10 years ago
Vadim Pisarevsky
63a86ac44e
Merge pull request #187 from Auron-X/tracking_TLD_bug_fixes
...
Bug fix #1
10 years ago
Vadim Pisarevsky
ec2b3ed662
Merge pull request #185 from mshabunin/remove-docs
...
Removed sphinx documentation
10 years ago
Auron-X
afa9e93389
Bug fix #1
...
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
10 years ago
Alexandre Benoit
a80ef6edcc
Merge branch 'master' of https://github.com/Itseez/opencv_contrib
10 years ago
Vadim Pisarevsky
f861dc9efc
Merge pull request #182 from berak/fix_mnist
...
fix missing delete[] calls in or_mnist.cpp
10 years ago
berak
b07c6d71a4
fix missing delete[] calls in or_mnist.cpp
10 years ago
Vadim Pisarevsky
5ec52d4726
Merge pull request #178 from mshabunin/wrap-all
...
Java and python wrappers for contrib modules
10 years ago
Maksim Shabunin
67a2066c4b
Java and python wrappers for contrib modules
10 years ago
berak
04dfaaf935
add a 'split' train method to datasets/lfw_benckmark
10 years ago
Vadim Pisarevsky
8d8fd17cf6
Merge pull request #172 from sh0/master
...
Function cuda::integral() does not require an extra buffer any more.
10 years ago
Vadim Pisarevsky
23314751aa
Merge pull request #169 from mshabunin/remove-algorithm-factory
...
Remove algorithm factory
10 years ago
Vadim Pisarevsky
1f661bfd50
Merge pull request #168 from mshabunin/meta-module
...
contrib_world module
10 years ago
Maksim Shabunin
380e6111ec
Doc files reorganized
10 years ago
Maksim Shabunin
7d9bbdcaad
Remove all sphinx files
10 years ago
Maksim Shabunin
61f36de542
Doxygen tutorials support
10 years ago
Maksim Shabunin
34131405df
Removed some methods from cv::Algorithm and changed ml module interfaces
10 years ago
Sh0
c4bec8a5c5
Function cuda::integral() does not require an extra buffer any more.
10 years ago
Maksim Shabunin
2b74ca6f12
Added opencv_contrib_world module and fixed some compilation warnings on iOS
10 years ago
Alexandre Benoit
73b52f2522
Merge branch 'master' of https://github.com/Itseez/opencv_contrib
10 years ago
Vadim Pisarevsky
312c8fa7e1
Merge pull request #133 from StevenPuttemans/master
...
updating github documentation structure
10 years ago
Vadim Pisarevsky
47d7ad2e90
Merge pull request #163 from mshabunin/fix-cvv-build-only
...
Fixed cvv module build
10 years ago
Maksim Shabunin
63a8a60bdb
Fixed cvv module build
...
- updated header inclusions
- added export instruction to public methods
- fixed some small problems
10 years ago
Vadim Pisarevsky
219fbc0003
Merge pull request #161 from vpisarev/surface_matching_credits
...
added information about the patents related to the surface matching algorithm
10 years ago
Vadim Pisarevsky
5e427d223f
Merge pull request #147 from mshabunin/ios-extra-world
...
Disable some modules for iOS framework world build
10 years ago
Str3iber
25aad108ac
make suggested changes
10 years ago
Vadim Pisarevsky
c13ee0370c
Merge pull request #150 from bkueng/fix_memory_leak
...
fix memory leak in surface matching module
10 years ago
Vadim Pisarevsky
b67896df4f
Merge pull request #151 from rokm/matlab-fix
...
Fixes required to compile MATLAB bindings
10 years ago
cbalint13
7c703bc52d
Add AGAST detector
10 years ago
Vadim Pisarevsky
499c943601
added information about the patents related to the surface matching algorithm
10 years ago
Str3iber
84c598f39e
avoid msvc warning
10 years ago
Vadim Pisarevsky
c6ea683b86
Merge pull request #155 from nisargthakkar/Bug4074
...
Fix for Bug 4074. Both conditions of if are same
10 years ago
Vadim Pisarevsky
0d39db6855
Merge pull request #156 from jaybosamiya/master
...
Fix typo in ERFilter
10 years ago
Jay Bosamiya
e2253ea471
Fix typo
10 years ago
Jay Bosamiya
58f2dc3b4c
Fix typo
10 years ago
Nisarg Thakkar
c21fd589db
Fix for Bug 4074. Both conditions of if are same
10 years ago
Str3iber
634c3a37c7
initial LUCID inclusion
10 years ago
StevenPuttemans
b5b7a7a700
Merge branch 'master' of https://github.com/Itseez/opencv_contrib
10 years ago