opencv/modules
Renato Florentino Garcia f5b98bea41 Fix behavior of Matx 12 and 16 args constructors.
The 12 and 16 arguments Matx constructors differs from all others,
leaving values initialized and requiring the argument number to be equal
to the channels number.
2015-10-18 23:16:21 -02:00
..
calib3d IPPInitSingelton was added to contain IPP related global variables; 2015-10-01 09:58:48 +03:00
core Fix behavior of Matx 12 and 16 args constructors. 2015-10-18 23:16:21 -02:00
cudaarithm fix cuda::normalize (dtype < 0) case 2015-10-02 11:41:01 +03:00
cudabgsegm move obsolete algorithms from cudabgsegm to cudalegacy: 2015-01-19 14:17:00 +03:00
cudacodec Adding support for WinRT(WinPhone 8/8.1 and Win Store) via CMake 3.1 2015-03-02 22:26:43 +03:00
cudafeatures2d Adding support for WinRT(WinPhone 8/8.1 and Win Store) via CMake 3.1 2015-03-02 22:26:43 +03:00
cudafilters Adding support for WinRT(WinPhone 8/8.1 and Win Store) via CMake 3.1 2015-03-02 22:26:43 +03:00
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 Adding support for WinRT(WinPhone 8/8.1 and Win Store) via CMake 3.1 2015-03-02 22:26:43 +03:00
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 IPPInitSingelton was added to contain IPP related global variables; 2015-10-01 09:58:48 +03: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 Python support 2015-03-02 18:13:00 +03:00
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