1014 Commits (dcdbc638af3fcf425c30032b394444bebce13863)

Author SHA1 Message Date
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
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
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
Andrey Kamaev 2f40905548 Fixed Android build 13 years ago
Andrey Kamaev f62028dc16 Fixed mingw build. 13 years ago
Andrey Kamaev 49a1ba6038 Set stricter warning rules for gcc 13 years ago
Vadim Pisarevsky 517fc5e2d2 fixed typo in the tutorial code (thanks to Abid Rahman; ticket #2016) 13 years ago
Andrey Pavlenko da7920ff85 auto-copy java.so to package 13 years ago
Alexander Mordvintsev 455349a0eb comments for digits.py sample 13 years ago
Alexander Mordvintsev 3cfa6949d7 work on added digits.py sample (neural network for handwritten digit recognition) 13 years ago
Alexander Smorkalov 3780685fe6 CodeReview #1512 notes fixed. 13 years ago
Alexander Smorkalov 5c528defb8 CodeReview #1511 notes upplied. 13 years ago
Andrey Pavlenko eb4ce67dac fixing Java test and sample after moving drawContours() from Imgproc to Core 13 years ago
Kirill Kornyakov 5c13b8706f added fix_properties scripts for Android samples 13 years ago