250 Commits (a5814871d9996a938a51216842fca76cae9bf9b8)

Author SHA1 Message Date
lujia 7ce116695d bugfix_for_hog_detectMultiScale_with_weights 10 years ago
Maksim Shabunin 91e21847e2 Some changes to make migration to 3.0 easier 10 years ago
StevenPuttemans 8bf58937a9 fixing SVM negative value rounding 10 years ago
Maksim Shabunin 09fb7512ed Fixed iOS framework compilation warnings 10 years ago
Alexander Smorkalov 6bb6039ebb Fixes for QNX 6.6 Neitrino support. 10 years ago
Ilya Lavrenov 19a2495067 fixed IPP related warnings 11 years ago
GregoryMorse 38db7a78df WinRT core compatibility fixes 11 years ago
Maks Naumov 9b52b61451 remove unused variable in HOGDescriptor::groupRectangles() 11 years ago
Alexander Karsakov 6ef0253fb7 Disabled some IPP implementation since it breaks tests 11 years ago
StevenPuttemans 6f892b10ff Applied feature #3375 and fix of pull 1842 to avoid merging problems later 11 years ago
Piotr Miecielica a19cc6cb64 Added pointer initialization 11 years ago
Piotr Miecielica 923698d700 Fixes of some memory leaks 11 years ago
Roman Donchenko e9a28f66ee Normalized file endings. 11 years ago
Roman Donchenko f55740da70 Deleted all trailing whitespace. 11 years ago
Roman Donchenko d9f71b762f Deleted almost all of the precomp.cpp files. 11 years ago
StevenPuttemans ed76b2f98f Like mentioned by Andrei Pavlenko after merging pullrequest #1206, a wrong 11 years ago
StevenPuttemans f28496c628 Added sample links in documentation for python2, ocl and gpu 11 years ago
Roman Donchenko ac39bfb4cc Remove HAVE_CVCONFIG_H - it's always defined. 12 years ago
Roman Donchenko d583a79869 Revert "Add a variant of detectMultiScale with an argument 'weights'" 12 years ago
Peter Minin ab6be9b7b7 Add a variant of detectMultiScale with an argument 'weights' that 12 years ago
Roman Donchenko 29b13ec1de Replaced most of the usages of parallel_for with that of parallel_for_. 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
ShengyinWu ef5578a7ce Fixs: After scaling back to original image, some detected ROI will outside the original image ROI 12 years ago
Vladislav Vinogradov b62cf65b91 fixed inconsistent new/delete operators 12 years ago
Andrey Kamaev 37d695a62e Use gtest assertions in cascade test 12 years ago
Andy Maloney b79e8053c1 Check memory allocation 12 years ago
Andy Maloney bc68dfb4e8 Remove unused vars 12 years ago
Vadim Pisarevsky 638c0d1bf4 fixed compile warnings 12 years ago
Vadim Pisarevsky 50299c1d5e disabled the use of SSE4 instructions as well to make the code compatible with the old Intel and AMD chips 12 years ago
Vadim Pisarevsky 18039d7829 added test for the old cvHaarDetectObjects. disabled AVX optimization in haar.cpp. it should cover tickets #2534, #2591, #2669 12 years ago
Evgeny Talanin 50c2f87add Fix and test for #2607 12 years ago
marina.kolpakova 5b03d47fb8 fix broken links in cascade classification documentation 12 years ago
Andy Maloney 5bd56e7464 Fix mem leak and mismatched new/delete 12 years ago
Siegfried Hochdorfer 195d501b43 fixed broken indentation 12 years ago
Siegfried Hochdorfer 82a9f9a5a9 MeanshiftGrouping Bugfix (Bug #2685) 12 years ago
Zifei Tong 260bdc057c Changed parallel_for to parallel_for_ in haar.cpp 12 years ago
Zifei Tong e331787645 Fix race condition for Cascade Classifier when TBB enabled. 12 years ago
Andrey Kamaev ca7abe1239 Reduce number of performance tests for LBP cascade 12 years ago
Maria Dimashova 97e36b9375 fix a compile error in case of building without highgui 12 years ago
Andrey Kamaev a126532cb7 Fix OS X build warnings 12 years ago
marina.kolpakova 7a5b9a6b7f replase __APPLE__ marco with __clang__ 12 years ago
Andrey Kamaev e3be5f138a Fixed sanity checks in several performance tests 12 years ago
Vadim Pisarevsky 63bd6f9adf fixed compile errors in ocl tests; disabled a few problematic tests 12 years ago
Andrey Kamaev 2b0072d823 Suppress more warnings in gtest on OS X 12 years ago
Andrey Kamaev 673aa91bac Fix remaining windows build warnings 12 years ago
Andrey Kamaev 9751014067 Fix warnings from MSVC 10 64-bit 12 years ago
Andrey Kamaev 9900f8deb2 Remove russian comments 12 years ago
OpenCV Buildbot 04384a71e4 Normalize line endings and whitespace 12 years ago