opencv/modules
2015-05-26 00:19:58 +03:00
..
androidcamera Fix uninitialized members, fix log output typo 2015-03-17 14:47:00 +03:00
calib3d fixed compile warnings; reenabled solvePnPRansac.concurrency test 2015-05-26 00:19:58 +03:00
core hack solvePoly to finds roots of polynoms with zero higher-order coefficients. The roots are populated in this case, which is not valid, strictly speaking, but good enough for function like correctMatches. This solves http://code.opencv.org/issues/4330 2015-05-25 23:43:39 +03:00
cudaarithm fix #4343 : cv::cuda::findMinMaxLoc incorrect output for single row matrix 2015-05-18 14:16:55 +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 Adding support for WinRT(WinPhone 8/8.1 and Win Store) via CMake 3.1 2015-03-02 22:26:43 +03:00
cudalegacy disable cuda::OpticalFlowNeedleMap if configured without cudaimgproc 2015-03-25 13:47:53 +01:00
cudaobjdetect fixing CUDA cascade classifiers function and needed models 2015-02-27 14:20:27 +01:00
cudaoptflow Adding support for WinRT(WinPhone 8/8.1 and Win Store) via CMake 3.1 2015-03-02 22:26:43 +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 fix #4343 : cv::cuda::findMinMaxLoc incorrect output for single row matrix 2015-05-18 14:16:55 +03:00
features2d another attempt to make the MSER test pass. removed possible randomization in parameters from run to run 2015-05-21 17:10:35 +03:00
flann Fix iOS warnings about implicit conversion precision by changing double literals to float ones 2015-04-26 12:22:41 +02:00
hal increased singularity epsilon in LU decomposition. This solved singular case from http://code.opencv.org/issues/3305. Added the respective test. 2015-05-14 10:42:55 +03:00
highgui Merge pull request #3994 from mshabunin:fix-gtk-crash 2015-05-12 15:11:07 +00:00
imgcodecs Fixing the gdal include error that Macports seems to only mess up. 2015-05-11 20:27:50 -07:00
imgproc Merge pull request #4011 from cr333:parula 2015-05-16 19:11:32 +00:00
java Revert of "Merge pull request #4006 from sgjava:opencv-steve" (reverted from commit 4743184078) 2015-05-19 18:55:57 +03:00
ml Fixed ANN_MLP dw initialization when moment is not 0 2015-05-13 16:56:34 +03:00
objdetect cleanup after last PR 2015-05-18 00:31:39 +02:00
photo added extra check in CalibrateDebevec to make sure the points are within the image: 2015-05-14 19:54:48 +03:00
python Wrap ANN_MLP class into Python 2015-05-06 15:21:23 +03:00
shape Python support 2015-03-02 18:13:00 +03:00
stitching fully implemented SSE and NEON cases of intrin.hpp; extended the HAL with some basic math functions 2015-04-16 23:00:26 +03:00
superres Fixed windows build and one warning 2015-04-10 11:37:16 +03:00
ts Use explicit no-sse flags when SSE is off 2015-04-27 15:36:10 +03:00
video Fix spelling 2015-05-13 08:16:39 +02:00
videoio VideoCapture with digital camera and gPhoto2 library 2015-05-21 00:41:39 +02:00
videostab Added configuration changes enabling videoio WinRT support. 2015-05-15 16:29:06 +03:00
viz Null Pointer check in vizimpl.cpp 2015-04-21 10:08:17 +02:00
world Fixed world build with HAL 2015-04-08 19:56:17 +03:00
CMakeLists.txt world fix 2014-08-05 20:12:35 +04:00