opencv/modules
Maksim Shabunin 87b569d812 Rewritten some tests in videoio and imgcodecs modules
general:
- all iterative tests have been replaced with parameterized tests
- old-style try..catch tests have been modified to use EXPECT_/ASSERT_ gtest macros
- added temporary files cleanup
- modified MatComparator error message formatting

imgcodecs:
- test_grfmt.cpp split to test_jpg.cpp, test_png.cpp, test_tiff.cpp, etc.

videoio:
- added public HAVE_VIDEO_INPUT, HAVE_VIDEO_OUTPUT definitions to cvconfig.h
- built-in MotionJPEG codec could not be tested on some platforms (read_write test was disabled if ffmpeg is off, encoding/decoding was handled by ffmpeg otherwise).
- image-related tests moved to imgcodecs (Videoio_Image)
- several property get/set tests have been combined into one
- added MotionJPEG test video to opencv_extra
2017-06-20 18:20:41 +03:00
..
calib3d Merge pull request #8864 from sovrasov:calib_flags_update 2017-06-20 15:12:50 +00:00
core Merge pull request #8883 from abratchik:DNN.java.wrappers.fix 2017-06-20 09:05:53 +00:00
cudaarithm suppress warning on Jetson TK1 2017-06-15 18:28:13 +09:00
cudabgsegm Rewritten some tests in videoio and imgcodecs modules 2017-06-20 18:20:41 +03:00
cudacodec Rewritten some tests in videoio and imgcodecs modules 2017-06-20 18:20:41 +03:00
cudafeatures2d
cudafilters Remove redundant precomp.hpp and using-namespace 2017-05-14 21:35:53 +09:00
cudaimgproc Merge pull request #8367 from khnaba:cuda-calchist-with-mask 2017-03-15 09:34:00 +00:00
cudalegacy Rewritten some tests in videoio and imgcodecs modules 2017-06-20 18:20:41 +03:00
cudaobjdetect Add cuda::streams to by_rows and 8UC1 functions 2017-03-27 10:54:07 +02:00
cudaoptflow
cudastereo
cudawarping
cudev Use %% for inline assembly rather than % so this compiles with clang. 2017-04-05 10:57:50 -07:00
features2d Refactor OpenCV Java Wrapping 2017-06-15 20:35:12 +04:00
flann flann: add normal assignment operator for cvflann::any 2017-06-14 00:55:52 +00:00
highgui Refactor OpenCV Java Wrapping 2017-06-15 20:35:12 +04:00
imgcodecs Rewritten some tests in videoio and imgcodecs modules 2017-06-20 18:20:41 +03:00
imgproc Merge pull request #8883 from abratchik:DNN.java.wrappers.fix 2017-06-20 09:05:53 +00:00
java Refactor OpenCV Java Wrapping 2017-06-15 20:35:12 +04:00
ml fixing segfaults occuring when launching those unit tests 2017-04-18 09:50:17 +01:00
objdetect obdetect: fix in SSE code 2017-05-26 14:26:05 +03:00
photo photo: add assertion on empty image in denoising 2017-06-14 13:57:07 +03:00
python fixed typo in pyopencv_from Point3d 2017-05-30 16:49:23 +02:00
shape fixing segfaults occuring when launching those unit tests 2017-04-18 09:50:17 +01:00
stitching Fix for issue #8615. Added cudawarping to optional modules and removed opencv_cudafilters 2017-05-12 21:55:35 +05:30
superres Rewritten some tests in videoio and imgcodecs modules 2017-06-20 18:20:41 +03:00
ts Rewritten some tests in videoio and imgcodecs modules 2017-06-20 18:20:41 +03:00
video Rewritten some tests in videoio and imgcodecs modules 2017-06-20 18:20:41 +03:00
videoio Rewritten some tests in videoio and imgcodecs modules 2017-06-20 18:20:41 +03:00
videostab add tests for videostab; 2017-06-08 09:36:17 +03:00
viz
world core: CPU target dispatcher update 2017-03-23 16:12:11 +03:00
CMakeLists.txt