opencv/modules
ohnozzy 9be6b4f2d1 Bug Fix for 6377
Rewrite linearPolar & logPolar so that they do not depend on the
deprecated API CvMat. Issue 6377 is resolved in this way because the two
routines do not convert UMat to CvMat anymore.
2016-04-14 19:39:02 +08:00
..
calib3d Fix missing format when writing Algorithm-based objects 2016-04-07 13:49:42 -07:00
core Merge pull request #6375 from ohnozzy:Bug-Fix-for-Issue-6288 2016-04-13 07:51:33 +00:00
cudaarithm Fixed cv::cuda::reduce bug. 2016-02-27 08:30:10 +05:30
cudabgsegm
cudacodec fixed to use NVCUVID in 'cudacodec' module. 2016-01-31 01:28:15 +09:00
cudafeatures2d Thrust allocator usage. 2016-03-15 11:14:47 -04:00
cudafilters add performance test for CV_32FC1 2016-03-31 09:05:02 +02:00
cudaimgproc Fix missing format when writing Algorithm-based objects 2016-04-07 13:49:42 -07:00
cudalegacy Some changes to support mingw-w64 2015-09-01 00:59:08 +03:00
cudaobjdetect change links from samples/python2 to samples/python 2015-12-18 11:00:30 +03:00
cudaoptflow Modified sparse pyrlk optical flow to allow input of an image pyramid which thus allows caching of image pyramids on successive calls. 2015-12-29 10:48:14 -05:00
cudastereo increase epsilons in some tests: 2015-11-27 16:46:20 +03:00
cudawarping Modified sparse pyrlk optical flow to allow input of an image pyramid which thus allows caching of image pyramids on successive calls. 2015-12-29 10:48:14 -05:00
cudev Fixed cv::cuda::reduce bug. 2016-02-27 08:30:10 +05:30
features2d Fix missing format when writing Algorithm-based objects 2016-04-07 13:49:42 -07:00
flann Fixed memory leak in flann KMeansIndex 2016-04-13 12:08:42 +03:00
highgui highgui: add CV_GUI_* flags to enum in cpp so they appear in bindings 2016-03-24 23:58:47 +01:00
imgcodecs Replace deprecated malloc.h 2016-03-16 11:37:27 +01:00
imgproc Bug Fix for 6377 2016-04-14 19:39:02 +08:00
java Merge pull request #6244 from dreifachstein:topic-cmake-install 2016-04-05 15:23:55 +00:00
ml Merge pull request #6395 from Tauranis:master 2016-04-13 07:53:33 +00:00
objdetect revert PR 5362 2016-02-04 13:20:21 +01:00
photo Fix missing format when writing Algorithm-based objects 2016-04-07 13:49:42 -07:00
python Add function setRNGSeed and seed setup in python tests 2016-03-25 16:17:58 +03:00
shape Fix missing format when writing Algorithm-based objects 2016-04-07 13:49:42 -07:00
stitching Added build warnings in case of macro definition conflicts 2016-02-25 11:51:02 +03:00
superres Fixed cmake and build issues when using Visual Studio 2015 2015-10-29 11:50:48 +03:00
ts missing right quote 2016-04-01 11:03:50 +08:00
video Fix missing format when writing Algorithm-based objects 2016-04-07 13:49:42 -07:00
videoio Merge pull request #6318 from paroj:gst_cap_props 2016-04-13 10:05:40 +00:00
videostab Reduce variables scope 2016-02-01 11:10:13 +03:00
viz Added ability to disable lighting in the viz-module. 2016-01-14 19:02:18 +03:00
world cmake: turn off precompiled headers in case of opencv_world builds 2016-01-15 19:43:24 +03:00
CMakeLists.txt