79 Commits (ca3848d7730a30a4cb3c32cdecb4abad17bda601)

Author SHA1 Message Date
Maksim Shabunin 0ccd810738 Fixed several issues found by static analysis 7 years ago
Suleyman TURKMEN abbb73e894 Update HOGDescriptor 7 years ago
Suleyman TURKMEN ee0c985491 Merge pull request #12649 from sturkmen72:patch-9 7 years ago
Maksim Shabunin e0f524d3b7 Fixed several incorrect printf format specifiers 7 years ago
Pavel Rojtberg d1c842cf29 core: fix printf warnings by using c++11 format 7 years ago
Hamdi Sahloul ef5579dc86 Merge pull request #12310 from cv3d:chunks/enum_interface 7 years ago
Suleyman TURKMEN 98f6ea0785 Update hog.cpp 7 years ago
Hamdi Sahloul 5d54def264 Add semicolons after `CV_INSTRUMENT` macros 7 years ago
Suleyman TURKMEN 30a4e2f7ac Update hog.cpp 7 years ago
luz.paz 1e1a1855ae Source typo fixes 7 years ago
Alexander Alekhin b09a4a98d4 opencv: Use cv::AutoBuffer<>::data() 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
Camille Barneaud d5e64f4eb2 Avoid HOGDescriptor with sigma = 0 8 years ago
Maksim Shabunin e0393f8557 Fixed some issues found by static analysis (4th round) 8 years ago
Vladislav Sovrasov 6c164d86b9 obdetect: fix in SSE code 8 years ago
Pavel Vlasov 30a6cee2fe Instrumentation for OpenCV API regions and IPP functions; 9 years ago
Tomoaki Teshima 59fabb2767 use NEON as same as SSE 9 years ago
Ariel Bernal 5c8683139f Fix for #5710. OpenCL HOG Object detect assigns the wrong SIMD size. 10 years ago
Maksim Shabunin 6e9d0d9a0c Visual Studio 2015 warning and test fixes 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
StevenPuttemans 6aedd4f7b0 fixing SVM negative value rounding 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
Andrew Senin 52535b356c Fix for assert in compute when subimage is used (see issue #4149) 10 years ago
StevenPuttemans 8bf58937a9 fixing SVM negative value rounding 11 years ago
Adil Ibragimov 8a4a1bb018 Several type of formal refactoring: 11 years ago
Alexander Alekhin 55188fe991 world fix 11 years ago
Ilya Lavrenov 19a2495067 fixed IPP related warnings 11 years ago
Maks Naumov 9b52b61451 remove unused variable in HOGDescriptor::groupRectangles() 11 years ago
Alexander Karsakov 30a8308f8e Enabled Intel-specific optimizations for HOG detector. 11 years ago
Konstantin Matskevich 3495c5953c fixes 11 years ago
Konstantin Matskevich 5c38519c65 some changes 11 years ago
Konstantin Matskevich 3ea32b87bb perf test 11 years ago
Konstantin Matskevich 9a62df1650 HOG 11 years ago
Piotr Miecielica 923698d700 Fixes of some memory leaks 12 years ago
Vladislav Vinogradov 0c7663eb3b Merge branch 'master' into gpu-cuda-rename 12 years ago
Roman Donchenko a50d75d362 Made Filestorage able to not own its CvFileStorage instance. 12 years ago
Roman Donchenko dd25f416a6 War on Whitespace, master edition: tabs. 12 years ago
Roman Donchenko 9ed475cf52 War on Whitespace, master edition: file endings. 12 years ago
Bahram Dahi e2d6a3abe5 Added spacing in a nested template argument list. 12 years ago
Bahram Dahi dcad6ce65a Reverted back to the previous method where a public method groupRectangles was added to HOGDescriptor to take care of ROI and weight grouping 12 years ago
Bahram Dahi 8c25f9f28a [3rd attempt] fixed HOGDescriptor::detectMultiScale() to group weights as well as ROIs 12 years ago
Andrey Kamaev 5e048d1fa5 Move C API of opencv_objdetect to separate file 12 years ago
Andrey Kamaev 4ab650d15b Remove gcd function from core headers 12 years ago