Maksim Shabunin
32d4af36e2
Fixing some static analysis issues
8 years ago
Pavel Vlasov
11c2ffaf1c
Update for IPP for OpenCV 2017u2 integration;
...
Updated integrations for:
cv::split
cv::merge
cv::insertChannel
cv::extractChannel
cv::Mat::convertTo - now with scaled conversions support
cv::LUT - disabled due to performance issues
Mat::copyTo
Mat::setTo
cv::flip
cv::copyMakeBorder - currently disabled
cv::polarToCart
cv::pow - ipp pow function was removed due to performance issues
cv::hal::magnitude32f/64f - disabled for <= SSE42, poor performance
cv::countNonZero
cv::minMaxIdx
cv::norm
cv::canny - new integration. Disabled for threaded;
cv::cornerHarris
cv::boxFilter
cv::bilateralFilter
cv::integral
8 years ago
Alexander Alekhin
7213e5f68a
ocl: correct disabling of OpenCL code
10 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
Dikay900
a5242265d7
cleanup after last PR
10 years ago
Dikay900
fb8478eb7b
add resetting the offset variable after setting a new image
10 years ago
Alexander Smorkalov
1fa37fe733
OpenCV for Tegra compilation fix for
...
- Gaussian blur;
- CascadeClassifier;
- Blenders in stitching module;
- Laplacial pyromids in stitching module.
10 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
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
Ilya Lavrenov
37789f015a
deleted excess semicolons, commas
11 years ago
Vadim Pisarevsky
8998186ce4
removed extra whitespaces and hopefully fixed the test failures
12 years ago
Vadim Pisarevsky
d084d19779
added OpenCL optimization for LBP-based face detector
12 years ago
Vadim Pisarevsky
1540910542
started adding OpenCL acceleration of LBP-based object detectors
12 years ago
Vadim Pisarevsky
f41f633d2d
fixed various warnings from the “doc” and other builders
12 years ago
Vadim Pisarevsky
b7553d4e2e
some attempts to tune the performance
12 years ago
Vadim Pisarevsky
02fb3f0a77
it finally works!!!
12 years ago
Vadim Pisarevsky
9d3e7e027a
almost finished opencl-ization of cascade classifier
12 years ago
Vadim Pisarevsky
d8513d627d
continue adding OpenCL optimization to cascade classifier
12 years ago
Vadim Pisarevsky
302a5adcc2
converted Haar cascades to the new format; now they are handled with C++ code.
12 years ago
Vadim Pisarevsky
fe11ca886a
trying to eliminate compile problems
12 years ago
Vadim Pisarevsky
ff87385201
refactored CascadeClassifier to hide implementation details (take 2)
12 years ago
Roman Donchenko
e9a28f66ee
Normalized file endings.
12 years ago
Andrey Kamaev
2a6fb2867e
Remove all using directives for STL namespace and members
...
Made all STL usages explicit to be able automatically find all usages of
particular class or function.
12 years ago
Vadim Pisarevsky
633a8bfacc
fixed many warnings (modified pull request 13)
13 years ago
Andrey Kamaev
1852cb7eab
Fix tegra build warnings
13 years ago
Marina Kolpakova
1365e28a54
initial support of GPU LBP classifier: added new style xml format loading
13 years ago
Anatoly Baksheev
25cadb1abd
fixed compilation under ubuntu
14 years ago
Alexey Kazakov
50543d627f
Added HOG features to cascade detection algorithm.
...
Added pedestrian detection trained model for HOG cascade detection algorithm.
14 years ago
Leonid Beynenson
aa78754720
Changed tabulation.
14 years ago
Leonid Beynenson
dc13ec205d
Made additional internal header modules/objdetect/src/cascadedetect.hpp, and moved
...
some internal classes and template functions from cascadedetect.cpp to this header.
This will allow to make a child class for such classes as LBPEvaluator, etc.
Also made all "private" fields in LBPEvaluator and HaarEvaluator to be "protected".
14 years ago