675 Commits (6d3502833f85f0ea97817942498fe662abdf7175)

Author SHA1 Message Date
mshabunin 3e28d51779 Fixed several OpenCL compiler warnings 8 years ago
Eric Sommerlade 049a894986 fixed detection_based_tracker on visual studio 2013 and later 8 years ago
E Sommerlade c93de78ff6 removed spaces at line endings, fixed warning 8 years ago
E Sommerlade 41c47a84fc restored Parameters() constructor to maintain ABI compatibility. Added CV_EXPORTS to nested class 8 years ago
E Sommerlade d0474a9b81 fixed use of std::lock outside of ifdefs 8 years ago
E Sommerlade 118c1b4ace fixed detection_based_tracker on visual studio 2013 and later 8 years ago
StevenPuttemans ca762a6ba7 allow minObjectSize==maxObjectSize for single scale detection capability 8 years ago
sourin a34fbf7bb1 Fixed identifiers warns 8 years ago
daB0bby 5728795cf7 Merge pull request #7320 from daB0bby:patch-1 8 years ago
Pavel Vlasov 30a6cee2fe Instrumentation for OpenCV API regions and IPP functions; 8 years ago
Alexander Alekhin bb5e25ba7c migration: github.com/opencv/opencv 8 years ago
Alexander Alekhin ddc0b42bc3 migration: github.com/opencv/opencv 8 years ago
Tomoaki Teshima 59fabb2767 use NEON as same as SSE 8 years ago
StevenPuttemans 89df7923a7 revert PR 5362 9 years ago
Alexander Alekhin 323e24e3ef change links from samples/python2 to samples/python 9 years ago
Ariel Bernal 5c8683139f Fix for #5710. OpenCL HOG Object detect assigns the wrong SIMD size. 9 years ago
Maksim Shabunin 6e9d0d9a0c Visual Studio 2015 warning and test fixes 9 years ago
Dikay900 7b0b12de58 appropriate logic behind last accepted stage when rejectingLevels is true 9 years ago
Pavel Vlasov e837d69f8f IPPInitSingelton was added to contain IPP related global variables; 9 years ago
Pavel Vlasov 62854dcc0d Enables support of IPP 9.0.0; 9 years ago
Alexander Alekhin 7213e5f68a ocl: correct disabling of OpenCL code 9 years ago
Alexander Alekhin caaf60ba00 remove bindings generation for DetectionBasedTracker 10 years ago
Vadim Pisarevsky 882c0321f4 clip the found objects in HOG as well (http://code.opencv.org/issues/3825); added test to check CascadeClassifier on small images (http://code.opencv.org/issues/3710) 10 years ago
Vadim Pisarevsky 8c3c6b31fc make sure the returned rectangles are inside the image (http://code.opencv.org/issues/3136) 10 years ago
Vadim Pisarevsky 5a94a95fbf improvements in Haar CascadeClassifier: 1) use CV_32S instead of CV_32F for the integral of squares (which is more accurate and more efficient); 2) skip the window if its contrast is too low 10 years ago
Vadim Pisarevsky 5f8f56ea0e report an error when trying to load HOG cascade 10 years ago
rajithr 7658c2e2d5 Fix for a potential data race condition 10 years ago
rajithr 993e0b0bf9 Fix for a potential data race condition 10 years ago
StevenPuttemans 6aedd4f7b0 fixing SVM negative value rounding 10 years ago
rajithr ff6881efbf Fix for a potential data race condition 10 years ago
Dikay900 a5242265d7 cleanup after last PR 10 years ago
David Hirvonen cab0ecdf19 Avoid clearing HaarEvaluator::tofs variable (introduced fb8478eb7b) in HaarEvaluator::setImage(...) since it won't be recomputed by HaarEvaluator::computeOptFeatures() for cases where the input image dimensions and requested search scales are the same as the previous. If none of the above change then it should be correct, and if they do change it will be computed correctly inside HaarEvaluator::computeOptFeatures() (in commit 952f9dbe62) 10 years ago
Michaël Sdika ab40c2acf7 added the signedGradient varaible to the HOGDescriptor class. 10 years ago
lujia 17cc5e2c40 bugfix_for_hog_detectMultiScale_with_weights 10 years ago
lujia b73894b271 bugfix_for_hog_detectMultiScale_with_weights 10 years ago
lujia 7ce116695d bugfix_for_hog_detectMultiScale_with_weights 10 years ago
Dikay900 952f9dbe62 initialize tiltedOffset variable at correct location 10 years ago
Yan Wang 433c3da7cf Optimize the performance of cascade OpenCL kernel. 10 years ago
Dikay900 fb8478eb7b add resetting the offset variable after setting a new image 10 years ago
Dikay900 80069f384a resolve crash of haarclassifier when using a tilted feature 10 years ago
Naer Chang cdc9bc397d Revert "issue 3710" 10 years ago
Naer Chang dcc2512f58 issue 3710 10 years ago
Maksim Shabunin 37c74e38f4 Python support 10 years ago
Maksim Shabunin 457123027e Modified java wrapping mechanism 10 years ago
Vladislav Vinogradov cda6fed41f move tegra namespace out of cv to prevent conflicts 10 years ago
Vladislav Vinogradov 44e41baffe use new functions before all tegra:: calls 10 years ago
Yan Wang 99aaf4030a Remove unnecessary barrier in runHaarClassifier(). 10 years ago
Andrew Senin 52535b356c Fix for assert in compute when subimage is used (see issue #4149) 10 years ago
Yan Wang df697f6520 Optimize runLBPClassifierStumpSimple by built-in mad24. 10 years ago
Yan Wang f5b21e8141 Avoid deadlock becasue some work item couldn't reach barrier in loop 10 years ago