1036 Commits (0d3fb3cef336b17b4389bb1e4eebbe861f3ff05d)

Author SHA1 Message Date
Alexander Mordvintsev d636e1128b removed ANN digits recognition 13 years ago
Andrey Pavlenko 9efc1a689b fixing project properties 13 years ago
Alexander Smorkalov b962bf75cf Sample3-native build fix. Dependency from OpenCV library project added. Scripts updated. 13 years ago
Alexander Smorkalov 369f2c4903 Color blob detection example updated for OpenCV Manager model. 13 years ago
Alexander Smorkalov 109e308763 Sample4-mixed was updated for OpenCV Manager model. 13 years ago
Alexander Smorkalov 0693073b98 Example3-native updated for OpenCV Manager model 13 years ago
Alexander Smorkalov 521b89e69d Sample 2 was updated for OpenCV Manager model. 13 years ago
Alexander Smorkalov 207f4fc53c Sample 1 updated for OpenCV Manager model. 13 years ago
Alexander Smorkalov 7a858885e6 Image manipulations sample updated for OpenCV Manager model. 13 years ago
Vladislav Vinogradov e9e66e5796 added VIBE_GPU (background subtraction) to gpu module 13 years ago
Andrey Kamaev ecf6b5a87c Making all dependencies from highgui module optional 13 years ago
Alexander Smorkalov 700b685575 Revision 8725 restored. Android sample FaceDetection updated according DetectionBasedTracker interface. 13 years ago
Alexander Smorkalov 80febef237 revision 8721 vas merged to head. Detection based tracker interface changed. cpp and android samples updated. 13 years ago
Vladislav Vinogradov d85ef03a42 added background subtraction sample for gpu module 13 years ago
Vladislav Vinogradov 3a4353f04d added FGDStatModel, MOG and MOG2 to gpu performance sample 13 years ago
Vladislav Vinogradov ed8b6c798b copy 768x576.avi video to sample directory 13 years ago
Andrey Kamaev ec3a7665b0 Fixed FREAK on Android 13 years ago
Alexander Mordvintsev d49c697fda added comments to contours.py and edge.py samples 13 years ago
Alexander Mordvintsev a3220a446f added comment to letter_recog.py sample (adopted from c++ version) 13 years ago
Andrey Kamaev bd901eb52d Reverted r8721 and r8725 (issue #2080) 13 years ago
Vadim Pisarevsky 74707ec7ae added FREAK (by Kirell Benzi, Raphael Ortiz, Alexandre Alahi and Pierre Vandergheynst) 13 years ago
Alexander Smorkalov 02170a0a58 Sample updated due to new DetectionBasedTracker interface. 13 years ago
Andrey Pavlenko 2984fa751e adding OpenCV Manager 13 years ago
Alexander Smorkalov a3be73b5cc revisions 8681 and 8688 restored. Warning fixed. 13 years ago
Andrey Pavlenko 0a58d8f139 moving to OpenCVLoader API 13 years ago
Andrey Kamaev e94e5866a1 Fixed mingw build warnings 13 years ago
Andrey Kamaev 988c405f79 Fixed build with MSVC 13 years ago
Andrey Kamaev d48d7b2b46 Updated warning options for GCC; fixed new warnings. 13 years ago
Andrey Kamaev e8d158a5c8 Reverted changes breaking Android build 13 years ago
Alexander Mordvintsev e0df3e27ac added digits2.py sample (work in progress) 13 years ago
Maria Dimashova 39f865faf9 set sample param to its default value in function 13 years ago
Alexander Mordvintsev 3b55e0d4e9 added kmeans.py sample 13 years ago
Alexander Smorkalov 1736cc9739 Code style fix. dbt face detection example turned off for Windows. 13 years ago
Alexander Smorkalov 7c160cdc30 Detection based tracker was refactored. Detector interface added. 13 years ago
Andrey Pavlenko 0942244d6f 'call' added to android.bat call 13 years ago
Andrey Kamaev f666bd221f Merged the trunk r8595:8668 (except iOS and new gpu functionality) 13 years ago
Andrey Kamaev bd0e0b5800 Merged the trunk r8589:8653 - all changes related to build warnings 13 years ago
Vladislav Vinogradov 2e2bd55729 new implementation of gpu::PyrLKOpticalFlow::dense (1.5 - 2x faster) 13 years ago
Andrey Pavlenko 8bc9e52dcc fixing typo that breaks the build 13 years ago
Andrey Kamaev ab20da0f53 Merged the trunk r8547:8574, r8587 13 years ago
Kirill Kornyakov 58aac7ea98 fixes #2044 13 years ago
Alexander Mordvintsev a98d6b6217 exposed parallelized SVM prediction to python (predict_all) 13 years ago
Philipp Wagner 7b544d2a6d Documentation for FaceRecognizer started (not added to toc of contrib/doc/contrib.rst yet). CSV file for the samples/cpp/facerec_demo.cpp added. Added some more exceptions to warn the user, when passing bad aligned data. 13 years ago
Andrey Kamaev c5aba337e9 Fixed number of warnings. Fixed mingw64 build. 13 years ago
Alexander Mordvintsev 02e3afae3a fixed find_obj.py (use detectAndCompute) 13 years ago
Philipp Wagner b3c61ee0fe Minor grammatical correction in comments. 13 years ago
Philipp Wagner cd7d93f362 Exceptions now go into CV_Error. Added thresholding to the FaceRecognizer and updated the demo accordingly. 13 years ago
Philipp Wagner ee1b671279 Several exceptions added to the available FaceRecognizer classes and helper methods, so wrong input data is reported to the user. facerec_demo.cpp updated to latest cv::Algorithm changes and commented. 13 years ago
Alexander Mordvintsev 889df76ea7 added lappyr.py sample 13 years ago
Vadim Pisarevsky 1e14d84008 possibly fixed crash boost caused by the recent modification; slightly improved mlp params in letter_recog sample 13 years ago