529 Commits (ca6a11e4d2c50040bb9237d72eda4402b0f0e005)

Author SHA1 Message Date
berak e14b2ba43c objdetect: validate input in qrcode 7 years ago
Alexander Alekhin b09a4a98d4 opencv: Use cv::AutoBuffer<>::data() 7 years ago
Nesterov Alexander 0081dc478f Init qrcode algo (#11829) 7 years ago
Alexander Alekhin 5b17a60dde next: drop HAVE_TEGRA_OPTIMIZATION/TADP 7 years ago
Alexander Alekhin 98c8584b88 next: drop CV_CXX11 conditions 7 years ago
Alexander Alekhin 3314966acb objdetect: apply CV_OVERRIDE/CV_FINAL 7 years ago
kinchungwong 333e53eee8 Minor improvement to SSE code in HOGDescriptor::computeGradient, replace emulation of _mm_mullo_epi32 with constant multiplicand 3 with two _mm_add_epi32. OpenCV issue #11161 7 years ago
luz.paz e805a55a5b Misc. modules/ typos (cont.) 7 years ago
Vitaly Tuzov 51cb56ef2c Implementation of bit-exact resize. Internal calls to linear resize updated to use bit-exact version. (#9468) 7 years ago
Maksim Shabunin 7349b8f5ce Build for embedded systems 7 years ago
Alexander Alekhin 0ed3209b00 ocl: avoid unnecessary loading/initializing OpenCL subsystem 7 years ago
catree f9aa411c92 Fix double definitions, correct comment. 7 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 7 years ago
Vitaly Tuzov 9a70fd0123 Disabling reset of 'weights' array for reject level mode of groupRectangles function. 7 years ago
Steven Puttemans 98e0d13f99 fixing issue 9583 - issue in cascadeclassifier code clipObjects 7 years ago
Maksim Shabunin 248e2c7d47 Fixed some issues found by static analysis 7 years ago
Vladislav Sovrasov f2105419fa objdetect: fix wrong cxx11 features check 7 years ago
Pavel Vlasov a57718e1ac ICV2017u3 package update; 7 years ago
Camille Barneaud d5e64f4eb2 Avoid HOGDescriptor with sigma = 0 7 years ago
Alexander Alekhin a4a47b538c build: detect Android via '__ANDROID__' macro 8 years ago
Vitaly Tuzov 77264dcca9 AVX optimized implementation of haar migrated to separate file 8 years ago
Maksim Shabunin 1f23202ad8 Issues found by static analysis (5th round) 8 years ago
Maksim Shabunin e0393f8557 Fixed some issues found by static analysis (4th round) 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
678098 d0ab595f52 batch-oriented mutex locking in parallel haar detect loop body 8 years ago
Vladislav Sovrasov 6c164d86b9 obdetect: fix in SSE code 8 years ago
Pavel Vlasov 11c2ffaf1c Update for IPP for OpenCV 2017u2 integration; 8 years ago
Maksim Shabunin 9333f82be0 Reduce dependencies between modules 8 years ago
Alexander Alekhin e16227b53c cmake: support multiple CPU targets 8 years ago
Alexander Alekhin 44d9d59f08 ocl: stop using of OpenCL without explicit UMat arguments 8 years ago
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
Pavel Vlasov 30a6cee2fe Instrumentation for OpenCV API regions and IPP functions; 8 years ago
Tomoaki Teshima 59fabb2767 use NEON as same as SSE 9 years ago
StevenPuttemans 89df7923a7 revert PR 5362 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
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