yao
|
1eedcea58d
|
for test
Signed-off-by: yao <bitwangyaoyao@gmail.com>
|
13 years ago |
Philipp Wagner
|
989631c5cc
|
facerec.cpp: Removed Original LBP wrapper, because it is not in use and therefore generates a warning.
|
13 years ago |
Philipp Wagner
|
4a4f90c406
|
facerec.cpp: Added an exception to the LBP extraction, so now a meaningful exception is thrown if the wrong image type was given. Thanks to Eric Christiansen for reporting.
|
13 years ago |
Vadim Pisarevsky
|
640408ebe7
|
added FAST<5/8> & FAST<7/12> (by Vincent Rabaud)
|
13 years ago |
Alexander Smorkalov
|
f1e3bc850b
|
Warning fix. ifdefs for 4.1.1 added.
|
13 years ago |
Alexander Smorkalov
|
7d63f9f680
|
Android 4.1.1 native camera fix. BufferQueue class is used instaed of Surface texture. Includes in cmake updated.
|
13 years ago |
Vladislav Vinogradov
|
b43cec3301
|
added gpu::graphcut for float sources (CUDA 5.0)
|
13 years ago |
Vladislav Vinogradov
|
4f99f69a29
|
added gpu alpha premultiplication
|
13 years ago |
Vladislav Vinogradov
|
79d0dc25f4
|
added gpu RGB<->Lab and BGR<->Luv conversions
|
13 years ago |
Vladislav Vinogradov
|
051adcb786
|
added gpu BGR<->Lab and RGB<->Luv color conversion and gammaCorrection
|
13 years ago |
Philipp Wagner
|
62a8f6783e
|
FaceRecognizer supports updating a model now. Documentation has been updated to reflect latest changes.
|
13 years ago |
Vadim Pisarevsky
|
b9d7c712f5
|
made countNonZero SSE code SSE2-compliant and portable
|
13 years ago |
niko
|
cf04fed369
|
fix the compilation bugs
|
13 years ago |
Philipp Wagner
|
f29d73fe86
|
Updated the train method to be an InputArrayOfArrays, so the Python wrapper now generates the correct code (and it works).
|
13 years ago |
Philipp Wagner
|
b2deab2175
|
Updated the documentation to (1) reflect the latest changes and (2) answer some questions I were asked.
|
13 years ago |
Philipp Wagner
|
5983f8008f
|
Fixed facerec_eigenfaces.cpp demo sample: it contained hardcoded values, which made wrong element access possible. Fixed unsigned integer/signed integer warnings in facerec.cpp.
|
13 years ago |
Philipp Wagner
|
79b45b1392
|
Bug #2214: Fixed bug, when calling the train method multiple times. The Eigenfaces and Fisherfaces method now re-estimate the model, the LBPH method appends the new data to the existing model.
|
13 years ago |
Josh Doe
|
f1690557bf
|
core/stat: fix build with 32-bit
Optimization introduced in b782d8bb only works for 64-bit builds, but
ifdef failed to check for this.
|
13 years ago |
Eric Christiansen
|
f08996bd37
|
asserted in LBPH code that images must have a single channel
|
13 years ago |
Sam Bromley
|
8506ce06c1
|
Fix missing remainder of line.
|
13 years ago |
Sam Bromley
|
fd98520d78
|
Protect check of CV_SSE4_2 with #if defined.
|
13 years ago |
Sam Bromley
|
966a652142
|
Fix crash when polling for non-existent Kinects.
If no Kinects are present, crash can result from
stepping beyond end of device list. Now we check
to ensure this does not happen.
|
13 years ago |
Sam Bromley
|
49b55a7245
|
Protect check for _MSC_VER with #if defined.
|
13 years ago |
Anatoly Baksheev
|
acd19fe36c
|
test7
|
13 years ago |
Andrey Pavlenko
|
de90033e93
|
test
|
13 years ago |
Anatoly Baksheev
|
29fee9cab3
|
test2
|
13 years ago |
Anatoly Baksheev
|
2b0c0e71bb
|
test
|
13 years ago |
Maria Dimashova
|
a39cf2dd28
|
updated doc on triangulatePoints (#2167)
|
13 years ago |
marina.kolpakova
|
e1e0c46639
|
integrated patch: HOG confidence calculation. Thanks, Wongun.
|
13 years ago |
marina.kolpakova
|
4fa282e1a9
|
fixed SURf according to clockwise descriptor convention
|
13 years ago |
marina.kolpakova
|
fdfa402428
|
fixed surf for upright case
|
13 years ago |
Maria Dimashova
|
6b7470f683
|
fixed gcc compilation
|
13 years ago |
Maria Dimashova
|
c5dbc06158
|
fixed bilateralFilter on uniform CV_32F image
|
13 years ago |
Vadim Pisarevsky
|
b782d8bb53
|
integrated patch with some SSE2/SSE4.2 optimizations from Grigory Frolov
|
13 years ago |
Maria Dimashova
|
54d68da8e7
|
fixed LshIndex types in its constructor
|
13 years ago |
Anatoly Baksheev
|
1efb3c8235
|
test
|
13 years ago |
marina.kolpakova
|
1b7ad93dc9
|
LBP features integrated in CascadeClassifier_GPU
|
13 years ago |
marina.kolpakova
|
2dc93574e1
|
LBP: switched to PImpl pattern
|
13 years ago |
marina.kolpakova
|
6c3eeb7d7c
|
removed division
|
13 years ago |
marina.kolpakova
|
8fb1f4093b
|
removed unused code
|
13 years ago |
Marina Kolpakova
|
e63ab8dec5
|
LBP: multiscale approach; refactored atomics usage
|
13 years ago |
Vadim Pisarevsky
|
9f4efab40a
|
merged ocl module from ocl branch (it's not quite usable yet; at least on Mac)
|
13 years ago |
Maria Dimashova
|
cfeb28f2ba
|
fixed tests for scale invariance (uncommented sift test, it's ok now)
|
13 years ago |
Maria Dimashova
|
2556bb04f0
|
changed tests for rotation/scale invariance of descriptors
|
13 years ago |
Maria Dimashova
|
63d8eedc51
|
changed the way of HARRIS creation
|
13 years ago |
Maria Dimashova
|
839761fa3d
|
fixed #2167
|
13 years ago |
Maria Dimashova
|
5112d74cad
|
revert my incorrect fix of #2167
|
13 years ago |
Maria Dimashova
|
d65920d2f7
|
fixed #2167
|
13 years ago |
Maria Dimashova
|
ec23d9bb5e
|
added tests on scale invariance of detectors and descriptors
|
13 years ago |
Marina Kolpakova
|
336dcbcff7
|
fixed brocken tests by classifier loger from r9027
|
13 years ago |