4857 Commits (a717b7cbedd50b129428d72b2a15ab0168a4c46c)
 

Author SHA1 Message Date
Alexander Mordvintesv a717b7cbed Merge branch 'master' of code.opencv.org:opencv 12 years ago
Philipp Wagner 2c2d6fa5fd Issue #2231: Attempt to fix segfault, when copying labels. LDA needed to be updated to generate the Wrapper correctly. 12 years ago
Alexander Mordvintesv d9dc02541a Added descriptions to PlaneTracker samples 12 years ago
Alexander Mordvintesv 353c69e017 created PlaneTracker (int plane_tracker.py), which implements multitarget planar tracking 12 years ago
Alexander Mordvintesv 2ea3dd391a Merge branch 'master' of code.opencv.org:opencv 12 years ago
Evgeny Talanin 064d022a4b Set correct path to repo in python tests (changed after migration to git) 12 years ago
Vadim Pisarevsky 9c0f556d88 fixed a few compile warnings and errors with VS2010. 12 years ago
andrey.kamaev 5b4297cccf Android CMake toolchain is updated for NDK r8b 12 years ago
Vadim Pisarevsky 310b1ad7b9 moved parallel_for_ and ParallelLoopBody to core.hpp 12 years ago
Vadim Pisarevsky fd9069422a Merge remote-tracking branch 'origin/master' 12 years ago
yao 687d7639a8 Merge branch 'master' of git://code.opencv.org/opencv 12 years ago
niko 3180bbe3a8 Merge branch 'master' of git://code.opencv.org/opencv 12 years ago
niko 8eeacc8cc8 performance and bug fix for addWeighted cartToPolar div exp log resize setTo 12 years ago
Ilya Lavrenov 27c2aa3a4e parallel version of bilateral filter was implemented using parallel_for_ 12 years ago
marina.kolpakova 8d73bbb8b7 fixed 2228 12 years ago
yao 1eedcea58d for test 12 years ago
Alexander Mordvintesv ffa8c32348 work on feature_homography.py: multiple targets 12 years ago
Philipp Wagner 989631c5cc facerec.cpp: Removed Original LBP wrapper, because it is not in use and therefore generates a warning. 12 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. 12 years ago
Vadim Pisarevsky fac3d9994c integrated another portion of SSE optimizations from Grigory Frolov 12 years ago
Vadim Pisarevsky 5f2ce22fbf Merge remote-tracking branch 'origin/master' 12 years ago
Vadim Pisarevsky 640408ebe7 added FAST<5/8> & FAST<7/12> (by Vincent Rabaud) 12 years ago
Alexander Smorkalov d0608c2cd4 Shared libraries for native Android camera updated. 12 years ago
Alexander Smorkalov f1e3bc850b Warning fix. ifdefs for 4.1.1 added. 12 years ago
Alexander Smorkalov 7d63f9f680 Android 4.1.1 native camera fix. BufferQueue class is used instaed of Surface texture. Includes in cmake updated. 12 years ago
Vladislav Vinogradov b43cec3301 added gpu::graphcut for float sources (CUDA 5.0) 12 years ago
Vladislav Vinogradov 4f99f69a29 added gpu alpha premultiplication 12 years ago
Vladislav Vinogradov 79d0dc25f4 added gpu RGB<->Lab and BGR<->Luv conversions 12 years ago
Vladislav Vinogradov 051adcb786 added gpu BGR<->Lab and RGB<->Luv color conversion and gammaCorrection 12 years ago
Andrey Pavlenko 484e83a9b6 minor update (pictures resize removed, emulator screen-shot downscaled) 12 years ago
Philipp Wagner 40e65b9603 facerec_demo.py: Updated contact mail address. 12 years ago
Philipp Wagner 62a8f6783e FaceRecognizer supports updating a model now. Documentation has been updated to reflect latest changes. 12 years ago
Vadim Pisarevsky b9d7c712f5 made countNonZero SSE code SSE2-compliant and portable 12 years ago
Alexander Mordvintsev 72a4f1924d feature_homography.py: 12 years ago
niko cf04fed369 fix the compilation bugs 12 years ago
Philipp Wagner c0a4105467 facerec_demo.py: Shortened code. Final version. 12 years ago
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