4821 Commits (4a7e29b3f43a8b9b8987032fe476ddcaac122853)
 

Author SHA1 Message Date
Philipp Wagner 4a7e29b3f4 facerec_demo.py: Reworked demo to remove all matplotlib dependencies. 12 years ago
Philipp Wagner 508a029dae Moved the facerec_demo.py to the wrong directory. Now moved to the python2 folder. 12 years ago
Philipp Wagner 1454f3d391 Added the facerec_demo.py to show how to perform Face Recognition with the Python module. 12 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). 12 years ago
Philipp Wagner b2deab2175 Updated the documentation to (1) reflect the latest changes and (2) answer some questions I were asked. 12 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. 12 years ago
Philipp Wagner f160c49473 Merge branch 'master' of git://code.opencv.org/opencv 12 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. 12 years ago
Josh Doe f1690557bf core/stat: fix build with 32-bit 12 years ago
Alexander Mordvintesv f8facadc67 print description in mosse.py 12 years ago
Alexander Mordvintesv f6191cc5bb added MOSSE sample 12 years ago
Alexander Mordvintesv 0f9bbf85e5 spelling corrections, added aero images as a more impressive example for 12 years ago
Alexander Mordvintesv 88a9f8f919 spelling corrections, added aero images as a more impressive example for 12 years ago
marina.kolpakova 22673c161a fixed 2212 12 years ago
marina.kolpakova 4869e846f3 partly merged with sbromle/opencv fixes branch 12 years ago
Eric Christiansen f08996bd37 asserted in LBPH code that images must have a single channel 12 years ago
Sam Bromley 8506ce06c1 Fix missing remainder of line. 12 years ago
Sam Bromley fd98520d78 Protect check of CV_SSE4_2 with #if defined. 12 years ago
OpenCV Buildbot 8f41f592d7 update FFMPEG wrapper binaries 12 years ago
Sam Bromley 966a652142 Fix crash when polling for non-existent Kinects. 12 years ago
Sam Bromley 49b55a7245 Protect check for _MSC_VER with #if defined. 12 years ago
Vadim Pisarevsky 318151d75b added gitignore to filter out certain temporary files 12 years ago
Anatoly Baksheev acd19fe36c test7 12 years ago
Andrey Pavlenko de90033e93 test 12 years ago
Anatoly Baksheev 29fee9cab3 test2 12 years ago
Anatoly Baksheev 2b0c0e71bb test 12 years ago
Maria Dimashova a39cf2dd28 updated doc on triangulatePoints (#2167) 12 years ago
marina.kolpakova e1e0c46639 integrated patch: HOG confidence calculation. Thanks, Wongun. 12 years ago
marina.kolpakova 4fa282e1a9 fixed SURf according to clockwise descriptor convention 12 years ago
marina.kolpakova fdfa402428 fixed surf for upright case 12 years ago
marina.kolpakova cf92e4b4e0 Merge branch 'master' of git://5.9.49.245/opencv 12 years ago
marina.kolpakova 51f7a3ca81 fixed #2190 12 years ago
Andrey Pavlenko 794b07ba11 removing unused files 12 years ago
Andrey Pavlenko e16ae33a17 removing unused file 12 years ago
Andrey Pavlenko e1c7bcab3a minor updates to android tutorials 12 years ago
Maria Dimashova 6b7470f683 fixed gcc compilation 12 years ago
Andrey Pavlenko 39554ead21 updating README content 12 years ago
Maria Dimashova c5dbc06158 fixed bilateralFilter on uniform CV_32F image 12 years ago
Vadim Pisarevsky b782d8bb53 integrated patch with some SSE2/SSE4.2 optimizations from Grigory Frolov 12 years ago
Maria Dimashova 54d68da8e7 fixed LshIndex types in its constructor 12 years ago
Anatoly Baksheev 1efb3c8235 test 12 years ago
marina.kolpakova 1b7ad93dc9 LBP features integrated in CascadeClassifier_GPU 12 years ago
marina.kolpakova 2dc93574e1 LBP: switched to PImpl pattern 12 years ago
marina.kolpakova 6c3eeb7d7c removed division 12 years ago
marina.kolpakova 8fb1f4093b removed unused code 12 years ago
Marina Kolpakova e63ab8dec5 LBP: multiscale approach; refactored atomics usage 13 years ago
Niko Li 5dc7752d54 fix a bug of detect opencl 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
Alexander Mordvintsev ea96047f78 small doc fix 13 years ago