172 Commits (06b97b7b6703fb9aca9f3fc36b4d60522a4754a4)

Author SHA1 Message Date
StevenPuttemans 8bf58937a9 fixing SVM negative value rounding 11 years ago
Maksim Shabunin 09fb7512ed Fixed iOS framework compilation warnings 11 years ago
Alexander Smorkalov 6bb6039ebb Fixes for QNX 6.6 Neitrino support. 11 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
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. 12 years ago
Roman Donchenko f55740da70 Deleted all trailing whitespace. 12 years ago
Roman Donchenko d9f71b762f Deleted almost all of the precomp.cpp files. 12 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
Andy Maloney b79e8053c1 Check memory allocation 12 years ago
Andy Maloney bc68dfb4e8 Remove unused vars 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
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
Maria Dimashova 97e36b9375 fix a compile error in case of building without highgui 12 years ago
Andrey Kamaev 673aa91bac Fix remaining windows build warnings 13 years ago
Andrey Kamaev 9751014067 Fix warnings from MSVC 10 64-bit 13 years ago
Andrey Kamaev 9900f8deb2 Remove russian comments 13 years ago
OpenCV Buildbot 04384a71e4 Normalize line endings and whitespace 13 years ago
Vadim Pisarevsky a8c5e35619 some more fixes towards binary compatibility 13 years ago
Evgeny Talanin 6308be2c3e Changed parallel_for to parallel_for_ in hog.cpp and cascadedetect.cpp 13 years ago
Andrey Kamaev 089de14ed7 Fix copy-paste bug in AVX optimization of haar 13 years ago
Andrey Kamaev bcd0aefbca Fix gcc build errors and warnings 13 years ago
Takahiro Horikawa ec45453baa #523 Fix the problem where the MaxSize parameter in cvHaarDetectObjects does not work when the flag CV_HAAR_SCALE_IMAGE is not set. 13 years ago
Andrey Kamaev 07d92d9e5a Fix android build warnings 13 years ago
Vadim Pisarevsky 959674618f restored SSE2 and added AVX optimization of the old haar face detector 13 years ago
Vadim Pisarevsky 67ff95083d added openfabmap code, contributed by Arren Glover. fixed several warnings in the new versions of retina filters 13 years ago
Vadim Pisarevsky 633a8bfacc fixed many warnings (modified pull request 13) 13 years ago
Andrey Kamaev 4a1ef53deb Fixed gcc build warning 13 years ago
Andrey Kamaev 1a621c2916 Fix build warnings 13 years ago
Andrey Kamaev 1852cb7eab Fix tegra build warnings 13 years ago
Vadim Pisarevsky fac3d9994c integrated another portion of SSE optimizations from Grigory Frolov 13 years ago
marina.kolpakova e1e0c46639 integrated patch: HOG confidence calculation. Thanks, Wongun. 13 years ago