647 Commits (264679a7254cc8051b0d11d11e769201d04b3570)

Author SHA1 Message Date
Vadim Pisarevsky 3858f2291d removed contrib, legacy and softcsscade modules; removed latentsvm and datamatrix detector from objdetect. removed haartraining and sft apps. 11 years ago
Sancho McCann e1e243588e Bugfix: Memory leak in deletion of er_stack nodes of ERFilter. 11 years ago
abidrahmank 31291ced11 Issue #2540 : Python bindings for various "detectMultiScale()" 11 years ago
Ilya Lavrenov 19a2495067 fixed IPP related warnings 11 years ago
GregoryMorse 38db7a78df WinRT core compatibility fixes 11 years ago
GregoryMorse b1443bc1bc WinRT core compatibility fixes 11 years ago
Alexander Karsakov b046210296 Changed epsilon for hog test, because hog detector is sensible to resize accuracy. 11 years ago
Maks Naumov dba0f9fc8f remove unused variable in erGrouping() 11 years ago
Maks Naumov 9b52b61451 remove unused variable in HOGDescriptor::groupRectangles() 11 years ago
Ilya Lavrenov aa5326c231 cv::norm -> cvtest::norm in tests 11 years ago
vbystricky 1b3651d8ee Undo changes ipp to ippicv prefix of function names 11 years ago
vbystricky 3b03044047 Fix warning 11 years ago
vbystricky 01a66a2938 Prepare codes for ippicv library 11 years ago
Andrey Pavlenko b7198ccf1c dropping legacy modes testing 11 years ago
Andrey Pavlenko d060d30fa0 enabling OCL LBP branch for all devices 11 years ago
Alexander Karsakov b14c314fc3 Fixed incorrect thread synchronizations 11 years ago
Alexander Karsakov 30a8308f8e Enabled Intel-specific optimizations for HOG detector. 11 years ago
Alexander Karsakov 4698d62125 Removed workaround for Intel platform. 11 years ago
Alexander Karsakov c1dad2178c Added Device:: isAMD,isIntel,isNvidia methods. 11 years ago
Ilya Lavrenov ce0557ebb8 fixed defects from Xcode 11 years ago
Vadim Pisarevsky 91587059ad tab => spaces 11 years ago
Vadim Pisarevsky a18bc9651d fixed bug reported by Irina K. Also tried to fix LBP detector regression in quality (probably it did not help but still ...) 11 years ago
berak 3959329ef4 proper initialization for ccimpl in bool CascadeClassifier::read(const FileNode 11 years ago
Andrey Pavlenko 38f46eb3b4 fixing issues from coverity scan 1167937, 1167938, 1167939, 1127248 (http://scan.coverity.com/projects/169?tab=Overview) 11 years ago
Konstantin Matskevich 84fa60abb8 update test for cascade 11 years ago
Konstantin Matskevich 3495c5953c fixes 11 years ago
Vadim Pisarevsky de4b1c668d hopefully fixed compile warnings and the doc builder warnings 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
Ilya Lavrenov 37789f015a deleted excess semicolons, commas 11 years ago
Andrey Pavlenko c7d90c8b32 adding old cascade 11 years ago
Andrey Pavlenko 9b7b360bf7 fixing compilation if `WITH_OPENCL=OFF` 11 years ago
Andrey Pavlenko 520a692fda switching to `CL_PERF_TEST_P`, adding `safeFinish()` to flush CL queue 11 years ago
Andrey Pavlenko 2c0e24e948 adding Haar & LBP cascades perf test using UMat, removing old incomplete test 11 years ago
Patrick Tsai b24f7ee57c Fix compiler error with Android NDK r8e 11 years ago
Alexander Karsakov 6ef0253fb7 Disabled some IPP implementation since it breaks tests 11 years ago
Vadim Pisarevsky bc730292bb workaround for some strange bug on old Mac. 11 years ago
Vadim Pisarevsky 8998186ce4 removed extra whitespaces and hopefully fixed the test failures 11 years ago
Vadim Pisarevsky d084d19779 added OpenCL optimization for LBP-based face detector 11 years ago
Vadim Pisarevsky 1540910542 started adding OpenCL acceleration of LBP-based object detectors 11 years ago
Vadim Pisarevsky 242a3d1f19 2 more fixes to calm down the doc builder 11 years ago
Vadim Pisarevsky f41f633d2d fixed various warnings from the “doc” and other builders 11 years ago
Vadim Pisarevsky ec3f22cee2 renamed OpenCL kernel filename; made some final changes 11 years ago
Vadim Pisarevsky b7553d4e2e some attempts to tune the performance 11 years ago
Vadim Pisarevsky 02fb3f0a77 it finally works!!! 11 years ago
Vadim Pisarevsky ef509ace43 trying to debug the new cascade 11 years ago
Vadim Pisarevsky 9d3e7e027a almost finished opencl-ization of cascade classifier 11 years ago
Vadim Pisarevsky d8513d627d continue adding OpenCL optimization to cascade classifier 11 years ago