42 Commits (eb8c531791cb6db5f273c77b65d6ba02c64d7b78)

Author SHA1 Message Date
vbystricky 3b03044047 Fix warning 11 years ago
vbystricky 01a66a2938 Prepare codes for ippicv library 11 years ago
Alexander Karsakov 6ef0253fb7 Disabled some IPP implementation since it breaks tests 11 years ago
Vadim Pisarevsky 8e7eb79f6e fixed compile errors and warnings when building master branch with IPP enabled 12 years ago
Vladislav Vinogradov 0c7663eb3b Merge branch 'master' into gpu-cuda-rename 12 years ago
Roman Donchenko b12894d95a Boring changes - objdetect. 12 years ago
Roman Donchenko f55740da70 Deleted all trailing whitespace. 12 years ago
Andrey Kamaev 5e048d1fa5 Move C API of opencv_objdetect to separate file 12 years ago
Andrey Kamaev c98c246fc2 Move border type constants and Moments class to core module 12 years ago
Andrey Kamaev 517062039e Make core/internal.hpp a private header 12 years ago
Andrey Kamaev 715fa3303e Move cv::Mat out of core.hpp 12 years ago
Andrey Kamaev 62adc01980 Move cv::Rect_ 12 years ago
Andrey Kamaev addf0309ec Move cv::Size_ 12 years ago
Andrey Kamaev 2a6fb2867e Remove all using directives for STL namespace and members 12 years ago
Andy Maloney b79e8053c1 Check memory allocation 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
Zifei Tong 260bdc057c Changed parallel_for to parallel_for_ in haar.cpp 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
Vadim Pisarevsky a8c5e35619 some more fixes towards binary compatibility 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 fac3d9994c integrated another portion of SSE optimizations from Grigory Frolov 13 years ago
Andrey Kamaev bd0e0b5800 Merged the trunk r8589:8653 - all changes related to build warnings 13 years ago
Andrey Kamaev 49a1ba6038 Set stricter warning rules for gcc 13 years ago
Vadim Pisarevsky 2fd1e2ea57 merged all the latest changes from 2.4 to trunk 13 years ago
Andrey Kamaev 7fd1cfc5e7 Fixed warnings about unused return value of fread 13 years ago
Vadim Pisarevsky 846e37ded5 fixed many warnings from GCC 4.6.1 13 years ago
Vadim Pisarevsky 3535aacc23 fixed bug #1389 14 years ago
Vadim Pisarevsky d58459ccdd fixed default maxSize case in cvHaarDetectObjects (ticket #1296) 14 years ago
Vadim Pisarevsky b0aae19fb4 probably fixed parallel face detector (i.e. built with TBB), ticket #1185. Thanks to mengw for the patch 14 years ago
Maria Dimashova eace415f57 fixed cascade detection on images of size equal to feature size (#1070) 14 years ago
Alexey Kazakov fb0b25692e A little fix in haar cascade 14 years ago
Alexey Kazakov e9aa6fa012 Added ROC-curve calculating to the cascade detection algorithm 14 years ago
Kirill Kornyakov d8415ed44e code cleaning of cascade classifier 14 years ago
Kirill Kornyakov 515bdfa71e added max window size parameter for cascade classifier 14 years ago
Vadim Pisarevsky f78a3b4cc1 updated 3rd party libs: CLapack 3.1.1.1 => 3.2.1, zlib 1.2.3 => 1.2.5, libpng 1.2.x => 1.4.3, libtiff 3.7.x => 3.9.4. fixed many 64-bit related VS2010 warnings 15 years ago
Vadim Pisarevsky 127d6649a1 "atomic bomb" commit. Reorganized OpenCV directory structure 15 years ago