662 Commits (6e3ea8b49db4c750f3ea0ae5080ccca3a3af6a58)

Author SHA1 Message Date
Maksim Shabunin 0ccd810738 Fixed several issues found by static analysis 6 years ago
Alexander Nesterov d305fd4fca Added perf tests with sanity check 6 years ago
maver1 e397434cb6 Merge pull request #12877 from maver1:3.4 6 years ago
Tomoaki Teshima d3f75df0a6 objdetect: fix test failure of QR code on Aarch64 6 years ago
Mansoo Kim 6974fce183 cmake: fix objdetect QR decoder link_libraries 6 years ago
Alexander Alekhin 6d2cfac303 objdetect: validate QRdecode inputs 6 years ago
tompollok 0b77600718 change area() emptiness checks to empty() 6 years ago
Suleyman TURKMEN abbb73e894 Update HOGDescriptor 6 years ago
Alexander Nesterov 53ec8f286b Added QR code decoding. 6 years ago
Suleyman TURKMEN ee0c985491 Merge pull request #12649 from sturkmen72:patch-9 6 years ago
Hamdi Sahloul e104fcc000 Generate enum bindings automatically 6 years ago
Maksim Shabunin e0f524d3b7 Fixed several incorrect printf format specifiers 6 years ago
Pavel Rojtberg d1c842cf29 core: fix printf warnings by using c++11 format 6 years ago
Hamdi Sahloul ef5579dc86 Merge pull request #12310 from cv3d:chunks/enum_interface 6 years ago
Suleyman TURKMEN 98f6ea0785 Update hog.cpp 6 years ago
Hamdi Sahloul 5d54def264 Add semicolons after `CV_INSTRUMENT` macros 6 years ago
Alexander Alekhin b80c978f5d core: change cv::Ptr DefaultDeleter 6 years ago
Alexander Nesterov 1fb7ee0e16 Optimiaztion search template lines and added sample 6 years ago
Suleyman TURKMEN 30a4e2f7ac Update hog.cpp 6 years ago
Alexander Alekhin 8a3c394d6a don't use constructors for C API structures 6 years ago
Rostislav Vasilikhin da7e1cfb49 Merge pull request #12279 from savuor:cvtcolor_bgr2gray_8u_15bits 6 years ago
Jakub Golinowski 9f1218b00b Merge pull request #11897 from Jakub-Golinowski:hpx_backend 6 years ago
Suleyman TURKMEN c61bc3a0cb Update documentation and samples 6 years ago
Alexander Nesterov f95a411ba3 Update binarization 6 years ago
Alexander Nesterov 05830874d7 Refactor code 6 years ago
luz.paz 1e1a1855ae Source typo fixes 6 years ago
Alexander Alekhin 8f80565d9c objdetect(qr): update test code 6 years ago
Maksim Shabunin 1da46fe6fb Fixed issues found by static analysis (mostly DBZ) 6 years ago
Alexander Alekhin d5951bc033 build: eliminate GCC8 warnings 6 years ago
Alexander Nesterov dee5f9a67b Update qrcode algorithm: fix seg. fault with kmeans 6 years ago
Alexander Nesterov e38ea3a888 Update detect QRCode algorithm 6 years ago
berak e14b2ba43c objdetect: validate input in qrcode 6 years ago
Alexander Alekhin b09a4a98d4 opencv: Use cv::AutoBuffer<>::data() 6 years ago
Nesterov Alexander 0081dc478f Init qrcode algo (#11829) 7 years ago
Alexander Alekhin 9ba9358ecb documentation: avoid links to 'master' branch from 3.4 maintenance branch 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 2b2fa58f97 next: drop DISABLE_OPENCV_24_COMPATIBILITY 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
Alexander Alekhin 44d7435a48 build: eliminate calls of removed functionality from C++17 7 years ago
Alexander Alekhin 4a297a2443 ts: refactor OpenCV tests 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
Maksim Shabunin 184daa155f Fixed minor issues reported by GCC 7.2 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
Suleyman TURKMEN 20c11d3b7b Update HOGDescriptor documentation 7 years ago