534 Commits (dac715ad1f641cdd60a4b3a6718de3133f87c1df)

Author SHA1 Message Date
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 b73894b271 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
Guo Yejun 595ec6b852 correct the size of buf which holds integral sum/sumsq 10 years ago
Yan Wang 07ab0c1c53 Avoid compile unnecessary OpenCL kernel. 10 years ago
Alexander Smorkalov 1fa37fe733 OpenCV for Tegra compilation fix for 10 years ago
Yan Wang 9699fde8d2 Use hypot to do vector calculation. 10 years ago
Maksim Shabunin d01bedbc61 Removed Sphinx documentation files 10 years ago
Maksim Shabunin c485aee464 Included c-headers for better 2.4 compatibility 10 years ago
Yan Wang efa84d8225 Use preprocessor for constant values in OpenCL kernel instead of 10 years ago
Maksim Shabunin 03e213ccae Doxygen documentation: BiB references and fixes 10 years ago
Maksim Shabunin 1523fdcc1c Doxygen documentation: more fixes and cleanups 10 years ago
Maksim Shabunin 8e9ea0e3d1 Doxygen doucmentation: ml module 10 years ago
Ari Suwendi b14f7c99d2 bug fix for a crash when input image is small 10 years ago
Maksim Shabunin ef3d02214b Fixing iOS clang warnings, part 2 10 years ago
Pavel Vlasov 45958eaabc Implementation detector and selector for IPP and OpenCL; 10 years ago
Adil Ibragimov 8a4a1bb018 Several type of formal refactoring: 10 years ago
Alexander Alekhin 55188fe991 world fix 10 years ago
Vadim Pisarevsky 2fd01dcced fixed doc builder warnings 10 years ago
Vadim Pisarevsky 1ad9827fc4 removed ERFilter (to be moved to opencv_contrib/modules/text) and lineMOD (to be moved to opencv_contrib/modules/rgbd) 10 years ago
vbystricky 4286f60387 Extract imgcodecs module from highgui 11 years ago
Vadim Pisarevsky c4fdf71bb3 fixed some more compile warnings on Windows 11 years ago
Vadim Pisarevsky 8f2aaff6d7 fixed compile warnings on Windows 11 years ago
Vadim Pisarevsky 66f2e527b6 removed extra whitespaces 11 years ago
Vadim Pisarevsky 07c0d50edf put the detection-based tracker back (to objdetect module), so that the Android face detection sample builds fine. The patch by Konstantin Matskevich that adds C++11 threads support has been merged in too. Also, fixed compile error in the doc builder. 11 years ago
Vadim Pisarevsky 3858f2291d removed contrib, legacy and softcsscade modules; removed latentsvm and datamatrix detector from objdetect. removed haartraining and sft apps. 11 years ago
Sancho McCann e1e243588e Bugfix: Memory leak in deletion of er_stack nodes of ERFilter. 11 years ago