opencv/modules
Ariel Bernal 5c8683139f Fix for #5710. OpenCL HOG Object detect assigns the wrong SIMD size.
In oder to guarantee SIMDness between the two compilation steps we choose the
highest SIMD size that is optimized in the kernel for the first step.
2015-11-25 16:20:04 -08:00
..
calib3d IPPInitSingelton was added to contain IPP related global variables; 2015-10-01 09:58:48 +03:00
core Fixes for IPP integration: 2015-10-12 10:51:28 +03:00
cudaarithm fix cuda::normalize (dtype < 0) case 2015-10-02 11:41:01 +03:00
cudabgsegm
cudacodec
cudafeatures2d
cudafilters
cudaimgproc Use stream argument when launching bilateral filter kernel 2015-09-18 13:12:58 +02:00
cudalegacy Some changes to support mingw-w64 2015-09-01 00:59:08 +03:00
cudaobjdetect changed hog to work with variable parameters and changed the hog sample to test it with more options 2015-08-12 09:16:20 +02:00
cudaoptflow Fixes namespace error on cudaoptflow 2015-07-29 14:22:45 -03:00
cudastereo
cudawarping Cast some image coordinates and sizes to double. 2015-04-25 18:54:53 +02:00
cudev add opencv_test_cudev to installation package 2015-07-03 13:33:36 +03:00
features2d IPPInitSingelton was added to contain IPP related global variables; 2015-10-01 09:58:48 +03:00
flann fixed uninitialized memory writing/reading in flann 2015-09-13 12:43:44 +02:00
hal Warning fix 2015-09-14 12:15:56 +03:00
highgui Update window_QT.h 2015-10-13 15:51:43 -07:00
imgcodecs fix VS2010 error with type mismatch due to volatile qualifier 2015-10-13 16:15:49 +02:00
imgproc Merge pull request #5504 from aman11dhanpat:master 2015-10-14 09:10:30 +00:00
java android: add targetSdkVersion="21" 2015-10-12 18:12:34 +03:00
ml fix randMVNormal in ML (#5469) 2015-10-11 01:54:11 +03:00
objdetect Fix for #5710. OpenCL HOG Object detect assigns the wrong SIMD size. 2015-11-25 16:20:04 -08:00
photo typos in comments 2015-05-23 17:36:45 +02:00
python Fixing typo in variable name. 2015-08-12 20:50:05 +00:00
shape
stitching fix cyclic deps error (world,shared) 2015-06-22 20:14:30 +03:00
superres superres: Fix return value VideoFrameSource_GPU 2015-05-26 16:54:35 +02:00
ts fix perf tests 2015-09-22 15:20:40 +03:00
video ocl: workaround for getUMat() 2015-09-09 18:56:14 +03:00
videoio not only print file-not-found as a warning but also print the name of the problematic file and the uri used for the open attempt 2015-10-13 16:15:48 +02:00
videostab Added configuration changes enabling videoio WinRT support. 2015-05-15 16:29:06 +03:00
viz Added new functionalities to viz module 2015-08-15 01:03:59 +02:00
world fix tests build (win,shared,world) 2015-06-05 16:30:36 +03:00
CMakeLists.txt