opencv/modules
Dmitry Budnikov a5a21019b2 ipp_countNonZero build fix;
Removed IPP port for tiny arithm.cpp functions

Additional warnings fix on various platforms.

Build without OPENCL and GCC warnings fixed

Fixed warnings, trailing spaces and removed unused secure_cpy.

IPP code refactored.

IPP code path  implemented as separate static functions to simplify future work with IPP code and make it more readable.
2015-06-18 12:47:07 +03:00
..
androidcamera Android camera qcom HAL doesn't like it when no consumer usage bits are set. Set a usage bit for preview BufferQueue. 2015-05-23 17:36:39 +02:00
calib3d Test fisheye.rectify disabled for Tegra. 2015-05-24 13:31:08 +02:00
core ipp_countNonZero build fix; 2015-06-18 12:47:07 +03:00
cudaarithm fixing GT and GE comparison symbol 2015-05-24 13:31:06 +02:00
cudabgsegm
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
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 Fixes #3910, flags in _prepareImgAndDrawKeypoints are now binary OR'ed instead of added. 2015-05-24 13:31:11 +02: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 typo 2015-05-25 11:21:02 +03:00
highgui Fixes resizeWindow() on OS X (Bug #3200) 2015-05-23 17:36:46 +02:00
imgcodecs TIFF loader: Allocate large enough buffer when (bpp * ncn) > 8. 2015-05-24 14:06:33 +02:00
imgproc ipp_countNonZero build fix; 2015-06-18 12:47:07 +03:00
java Bugfix #3705: params.setRecordingHint(true) breaks camera preview on Samsung Galaxy S2 2015-05-23 17:36:41 +02: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 typos in comments 2015-05-23 17:36:45 +02:00
python Wrap ANN_MLP class into Python 2015-05-06 15:21:23 +03:00
shape
stitching Fixed bug in cv::detail::waveCorrect 2015-05-23 19:09:33 +02:00
superres Turn off superres accuracy tests if video i/o is not supported. 2015-05-24 13:31:09 +02:00
ts typos in comments 2015-05-23 17:36:45 +02:00
video Fix spelling 2015-05-13 08:16:39 +02:00
videoio TCP instead of UDP 2015-05-24 14:06:30 +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