opencv/modules
rpici 9cca066ee8
Fix bug in test_tiff.cpp
The big endian data in the tiff_sample_data array was never being tested.  This could be observed by e.g. changing the 9th byte in the big endian data from 0xde to something that should fail the test, e.g. 0xdd, and the test would still pass even though it should fail.
2019-03-13 09:42:47 -05:00
..
calib3d Add Hand-Eye calibration methods (Tsai, Park, Horaud, Andreff, Daniilidis). 2019-03-05 14:51:33 +01:00
core pre: OpenCV 3.4.6 (version++) 2019-03-12 13:29:42 +03:00
cudaarithm Move Ptr-related code from lut.cu to lut.cpp 2019-03-13 20:25:28 +09:00
cudabgsegm
cudacodec
cudafeatures2d
cudafilters
cudaimgproc Add CV_16UC1 support for cuda::CLAHE 2019-02-06 17:21:55 +00:00
cudalegacy cudalegacy: Use safe block scan function 2019-02-13 01:55:02 +09:00
cudaobjdetect
cudaoptflow Fix Farneback Optical Flow Algorithm 2019-01-13 15:14:45 +00:00
cudastereo cuda::StereoBM - fix hanging and racing issue 2019-02-18 06:03:12 +00:00
cudawarping
cudev CUDA 10.1 Build Issue Fix 2019-03-03 16:40:43 +00:00
dnn Merge pull request #13875 from allnes:optimization_fuse 2019-03-07 14:38:59 +00:00
features2d code clean up 2019-01-14 22:21:21 +03:00
flann Fix Flann compilation under nvcc + NEON 2019-02-19 15:11:01 +02:00
highgui build: fix warnings 2019-03-05 14:47:04 +03:00
imgcodecs Fix bug in test_tiff.cpp 2019-03-13 09:42:47 -05:00
imgproc imgproc: dispatch morph 2019-03-11 13:54:12 +00:00
java Merge pull request #13956 from komakai:java-mat-class-improvements 2019-03-10 00:11:04 +03:00
js Add tests for features2d JavaScript bindings 2019-02-01 19:12:31 +03:00
ml ml: handle sigmoid NaN result (should be Inf) 2019-03-01 13:47:45 +03:00
objdetect code clean up 2019-01-14 22:21:21 +03:00
photo Solves bug 13853 2019-02-18 17:15:05 +01:00
python python: support Python list for cv::Range 2019-03-01 20:52:35 +00:00
shape Add semicolons after CV_INSTRUMENT macros 2018-09-14 06:45:31 +09:00
stitching bindings: backport generator from OpenCV 4.x 2019-03-01 20:18:48 +00:00
superres
ts
video perf: ignore _ovx tests 2019-03-06 15:52:23 +03:00
videoio release frame after disabling convert rgb 2019-03-12 12:42:07 +00:00
videostab
viz
world
CMakeLists.txt