55 Commits (ddba77229796e0129f36bb17b2a289f75740fabf)

Author SHA1 Message Date
Alexander Alekhin 4a297a2443 ts: refactor OpenCV tests 7 years ago
Maksim Shabunin 184daa155f Fixed minor issues reported by GCC 7.2 7 years ago
Alexander Alekhin 737fa519d1 test: use relative error in HOG tests 8 years ago
Alexander Alekhin 771fa5b8ac test: change EPS in Objdetect_HOGDetector tests 8 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
Adil Ibragimov 8a4a1bb018 Several type of formal refactoring: 10 years ago
Alexander Alekhin 55188fe991 world fix 10 years ago
vbystricky 4286f60387 Extract imgcodecs module from highgui 11 years ago
Vadim Pisarevsky 3858f2291d removed contrib, legacy and softcsscade modules; removed latentsvm and datamatrix detector from objdetect. removed haartraining and sft apps. 11 years ago
Ilya Lavrenov aa5326c231 cv::norm -> cvtest::norm in tests 11 years ago
Alexander Karsakov b14c314fc3 Fixed incorrect thread synchronizations 11 years ago
Ilya Lavrenov ce0557ebb8 fixed defects from Xcode 11 years ago
Vadim Pisarevsky 30593ee55e 3rd attempt to prepare patch with improved OpenCL kernels of CascadeClassifier. 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
Vladislav Vinogradov 0c7663eb3b Merge branch 'master' into gpu-cuda-rename 11 years ago
Roman Donchenko b12894d95a Boring changes - objdetect. 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
Roman Donchenko ac39bfb4cc Remove HAVE_CVCONFIG_H - it's always defined. 12 years ago
Andrey Kamaev 5e048d1fa5 Move C API of opencv_objdetect to separate file 12 years ago
Andrey Kamaev 0738ea7d0f Make highgui.hpp independent from C API 12 years ago
Andrey Kamaev 288a0634c2 Make imgproc.hpp independent from C API 12 years ago
Andrey Kamaev 517062039e Make core/internal.hpp a private header 12 years ago
Andrey Kamaev 4ab650d15b Remove gcd function from core headers 12 years ago
Andrey Kamaev 2ad7b97f1c All modules (except ocl and gpu) compiles and pass tests 12 years ago
Andrey Kamaev ad5cddc007 Main module headers are moved 1 level up 12 years ago
Ilya Lavrenov 8b510ad8dc sse2 hog 12 years ago
Andrey Kamaev 2a6fb2867e Remove all using directives for STL namespace and members 12 years ago
Andrey Kamaev 37d695a62e Use gtest assertions in cascade test 12 years ago
marina.kolpakova 1b43b0e2df move soft cascade functionality into dedicated module 12 years ago
Vadim Pisarevsky 638c0d1bf4 fixed compile warnings 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 e15bdea663 fix test for new cascade 12 years ago
marina.kolpakova 913faf2ef4 fix test for a new test data 12 years ago
marina.kolpakova f1b4b13e64 perf test 12 years ago
marina.kolpakova 3e7965a5a5 first debug integration of newly trained cascade 12 years ago
marina.kolpakova 1edab12068 fix for negative confidence 12 years ago
marina.kolpakova bd9ca48fab export to python/java 12 years ago
Andrey Kamaev a126532cb7 Fix OS X build warnings 12 years ago
marina.kolpakova 157ab66ab9 add ROI support 12 years ago
marina.kolpakova 65543c53f6 update test according to resize usage 12 years ago
marina.kolpakova 4a1c4a9862 soft cascade become Algorithm 12 years ago
marina.kolpakova ff8417db00 remove input frame size constraints 12 years ago
marina.kolpakova 3cb9afb4e7 test update because changed Sobel Normalization 12 years ago
marina.kolpakova 16dd09ccfc move scale related parameters to SoftCascade constructor 12 years ago
marina.kolpakova 017d970b9a load SoftCascade from FileStorage 12 years ago
marina.kolpakova 2d0fc80c95 use IntegralChannels class 12 years ago