GilLevi
6ebebb5782
fixed warnings2
10 years ago
GilLevi
e59efdfd11
fixed warnings
10 years ago
GilLevi
cf6989c6de
fixed errors
10 years ago
GilLevi
f8ecc760ec
fixed warnings in LATCH
10 years ago
GilLevi
422ae964d3
adding LATCH
10 years ago
cbalint13
96f1e25660
Squash all commits into one.
10 years ago
cbalint13
6a1bf77c1e
Fix win64 warnings ( #2 ).
10 years ago
cbalint13
01a49e7988
Fix win64 warnings.
10 years ago
cbalint13
c1b2e23775
Fix linux warns & more cosmetics.
10 years ago
cbalint13
5785a6a58a
Add DAISY descriptor for wide-baseline / keypoints.
10 years ago
root
8591272666
trying to solve pyhton warnings
10 years ago
Alexandre Benoit
ecbc652e2e
trying to fix python wrapper warning on win64
10 years ago
Vadim Pisarevsky
9d38de38b2
fixed compile error and warning
10 years ago
Alexandre Benoit
bce2fca9ec
text enhancement
10 years ago
Alexandre Benoit
ad9c379a0d
fixed warning
10 years ago
Alexandre Benoit
45c49d802e
added stdout welcome message and fixed warning
10 years ago
Alexandre Benoit
03c9e232e8
figure update
10 years ago
Alexandre Benoit
60cbf17abd
added python support and completed documentation
10 years ago
laurentBerger
6122d265d1
Replace tab with four space
10 years ago
cbalint13
459c05b732
Remove AGAST (for merger to upstream opencv)
10 years ago
laurentBerger
52d0d8b770
bugfix4269 included remarks in http://answers.opencv.org/question/59293/problem-with-example-motemplcpp/
10 years ago
yifita
a275cedd83
added missing typePtr_DualTVL1OpticalFlow
10 years ago
Vadim Pisarevsky
cdddcc8237
fixed contrib code to match the HAL
10 years ago
cbalint13
df7abb94c0
Add rotation invariance option for BRIEF descriptor.
10 years ago
Maksim Shabunin
c6ea6d126d
Fix build of tools with hal module
10 years ago
cbalint13
c3be5a0c11
Fix (typo) bug in soring routines.
10 years ago
cbalint13
eeb00c887a
More detailed documentation and proper cite.
10 years ago
cbalint13
a68027a408
Fix AGAST function and documentation.
10 years ago
cbalint13
9d93d04589
Remove deprecated RST doc.
10 years ago
Alfonso Sanchez-Beato
97cf5ade02
Adapt reg sample to changes in features detectors
...
Adapt to changes in the interface of feature detectors, using now
Feature2D interface.
10 years ago
Vladimir
dd9531a5eb
Unused header deleted
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
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
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
berak
b07c6d71a4
fix missing delete[] calls in or_mnist.cpp
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
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