6567 Commits (d2591704e8bd1300b64aa052380c5e2342b84dc8)
 

Author SHA1 Message Date
marina.kolpakova dd9c53497b GPU interface for soft cascade 12 years ago
marina.kolpakova d65b3e0617 fix warning in CUDA samples 12 years ago
Alexander Smorkalov baef62b4d2 Java test fix. Eclipse test execution fix. 12 years ago
Andrey Kamaev a126532cb7 Fix OS X build warnings 12 years ago
Andrey Kamaev dad56e202f Rename sample & tutorial executables 12 years ago
Andrey Kamaev b131dfeecd Build tutorial codes together with other samples 12 years ago
Andrey Kamaev 0a4ed2bc01 Fix Windows build warnings 12 years ago
Andrey Kamaev 8c9c2b3a03 Fix build on Windows with OpenGl enabled 12 years ago
Andrey Kamaev e5ffbf9498 Fix stream output operator for Vec<uchar,n> 12 years ago
Alexander Smorkalov 91a9923dcf Face detection package name replaced on org.opencv.facedetect for consistency with Google Play package. 12 years ago
marina.kolpakova 665bf430d5 fix warnings under win 12 years ago
Vadim Pisarevsky 2e54e2a586 fixed problem with LBPHFaceRecognizer::update() without breaking binary compatibility. 12 years ago
Vladislav Vinogradov bff818afbd fixed static build of gpu module with ffmpeg: 12 years ago
mikle 7ef378b230 Android tutorial updated. HelloWorld sample ported on new framework. 12 years ago
Vadim Pisarevsky 9163471987 improved accuracy of 3x3 invert on poorly-conditioned matrices (bug #2525) 12 years ago
marina.kolpakova 8a3e897999 min and max params become double 12 years ago
marina.kolpakova e379771c03 git warning 12 years ago
marina.kolpakova f93cffaa0d fix compilation under win 12 years ago
marina.kolpakova 1022094dc0 fix levels computing 12 years ago
marina.kolpakova f1e36043e6 clean code 12 years ago
marina.kolpakova 4656872161 fixed typo 12 years ago
marina.kolpakova 5fb9f48360 fix angle scaling 12 years ago
marina.kolpakova 31a073ca66 documentation 12 years ago
marina.kolpakova 4207552e19 add object init 12 years ago
marina.kolpakova 157ab66ab9 add ROI support 12 years ago
marina.kolpakova 6a3a723938 refactor integral channels 12 years ago
marina.kolpakova 65543c53f6 update test according to resize usage 12 years ago
marina.kolpakova 4a1c4a9862 soft cascade become Algorithm 12 years ago
Vladislav Vinogradov a0be7b57f5 fixed bug in gpu::PyrLKOpticalFlow::dense 12 years ago
Alexander Smorkalov 95b7f5c46c Face Detection sample namespace replaced on org.opencv.facedetect for consistency with Google Play. 12 years ago
NikoKJ 95869a6081 fix the compilation bug of main.cpp in perf test and accuracy test on ocl module. It caused by the incompatibility of command line parser class in core.hpp between master branch and 2.4 branch. 12 years ago
marina.kolpakova ff8417db00 remove input frame size constraints 12 years ago
marina.kolpakova 3cb9afb4e7 test update because changed Sobel Normalization 12 years ago
marina.kolpakova a84334cfc2 brief soft cascade interface description 12 years ago
marina.kolpakova 2e8ed77383 get rid of hard-coded values 12 years ago
marina.kolpakova 16dd09ccfc move scale related parameters to SoftCascade constructor 12 years ago
marina.kolpakova 017d970b9a load SoftCascade from FileStorage 12 years ago
marina.kolpakova a22ee13620 rename markDetection to addDetection 12 years ago
marina.kolpakova 40c0c60e2b remove unused struct 12 years ago
marina.kolpakova 7b6da394f0 rename Stage to Weak because there is no such term for Soft Cascades 12 years ago
marina.kolpakova 2d0fc80c95 use IntegralChannels class 12 years ago
marina.kolpakova 3d41846c39 move frame processing into separate class 12 years ago
marina.kolpakova 5651743784 remove debug imshow from code 12 years ago
marina.kolpakova 8e092f8b5d add Detection struct to interface 12 years ago
marina.kolpakova 754fd7311b improve pointer usage 12 years ago
marina.kolpakova 2914f24521 improve cpu version of SoftCascade: 12 years ago
marina.kolpakova 2d2c46e717 add const qualifier to detectMultiScale method 12 years ago
marina.kolpakova 9771c3c7ec remove Mat copying 12 years ago
marina.kolpakova 0ff8a4633d remove pow calculations 12 years ago
marina.kolpakova cc300a69b1 add perfomance test for CPU soft cascade 12 years ago