138 Commits (b5cf4f1483cb3a3884bbec08f289ba8f7b582b91)

Author SHA1 Message Date
yuki takehara a6277370ca
Merge pull request #21107 from take1014:remove_assert_21038 4 years ago
Alexander Alekhin 321c74ccd6 objdetect: validate feature rectangle on reading 6 years ago
Vadim Pisarevsky b8175f8976 removed the old C API for Haar-based object detection; use CascadeClassifier from now on 7 years ago
Vadim Pisarevsky 0f622206e4
completely new C++ persistence implementation (#13011) 7 years ago
tompollok 0b77600718 change area() emptiness checks to empty() 7 years ago
Hamdi Sahloul 5d54def264 Add semicolons after `CV_INSTRUMENT` macros 7 years ago
Alexander Alekhin b80c978f5d core: change cv::Ptr DefaultDeleter 7 years ago
Alexander Alekhin 8a3c394d6a don't use constructors for C API structures 7 years ago
Alexander Alekhin b09a4a98d4 opencv: Use cv::AutoBuffer<>::data() 7 years ago
Alexander Alekhin 5b17a60dde next: drop HAVE_TEGRA_OPTIMIZATION/TADP 7 years ago
Alexander Alekhin 3314966acb objdetect: apply CV_OVERRIDE/CV_FINAL 7 years ago
Vitaly Tuzov 51cb56ef2c Implementation of bit-exact resize. Internal calls to linear resize updated to use bit-exact version. (#9468) 8 years ago
Alexander Alekhin 0ed3209b00 ocl: avoid unnecessary loading/initializing OpenCL subsystem 8 years ago
Geoff McIver b2d8e8c508 This statement was keeping HAAR cascades from leveraging opencl on nvidia devices. "localSize" on the featureEvaluator remains Size(0, 0) which sets the bool "use_ocl" to false. Adding this allows NVidia GPUs to leverage opencl HAAR Cascades 8 years ago
Vitaly Tuzov 9a70fd0123 Disabling reset of 'weights' array for reject level mode of groupRectangles function. 8 years ago
Steven Puttemans 98e0d13f99 fixing issue 9583 - issue in cascadeclassifier code clipObjects 8 years ago
Maksim Shabunin a769d69a9d Fixed several issues found by static analysis 8 years ago
Maksim Shabunin 32d4af36e2 Fixing some static analysis issues 8 years ago
Pavel Vlasov 11c2ffaf1c Update for IPP for OpenCV 2017u2 integration; 8 years ago
Alexander Alekhin 44d9d59f08 ocl: stop using of OpenCL without explicit UMat arguments 9 years ago
StevenPuttemans ca762a6ba7 allow minObjectSize==maxObjectSize for single scale detection capability 9 years ago
Pavel Vlasov 30a6cee2fe Instrumentation for OpenCV API regions and IPP functions; 9 years ago
StevenPuttemans 89df7923a7 revert PR 5362 9 years ago
Maksim Shabunin 6e9d0d9a0c Visual Studio 2015 warning and test fixes 10 years ago
Dikay900 7b0b12de58 appropriate logic behind last accepted stage when rejectingLevels is true 10 years ago
Alexander Alekhin 7213e5f68a ocl: correct disabling of OpenCL code 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
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
Dikay900 952f9dbe62 initialize tiltedOffset variable at correct location 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
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 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 efa84d8225 Use preprocessor for constant values in OpenCL kernel instead of 11 years ago
Ari Suwendi b14f7c99d2 bug fix for a crash when input image is small 11 years ago
Pavel Vlasov 45958eaabc Implementation detector and selector for IPP and OpenCL; 11 years ago
Adil Ibragimov 8a4a1bb018 Several type of formal refactoring: 11 years ago
Alexander Alekhin 55188fe991 world fix 11 years ago
Andrey Pavlenko d060d30fa0 enabling OCL LBP branch for all devices 11 years ago
Alexander Karsakov c1dad2178c Added Device:: isAMD,isIntel,isNvidia methods. 11 years ago