opencv/modules/videoio/test
Vadim Pisarevsky 518486ed3d
Added new data types to cv::Mat & UMat (#23865)
* started working on adding 32u, 64u, 64s, bool and 16bf types to OpenCV

* core & imgproc tests seem to pass

* fixed a few compile errors and test failures on macOS x86

* hopefully fixed some compile problems and test failures

* fixed some more warnings and test failures

* trying to fix small deviations in perf_core & perf_imgproc by revering randf_64f to exact version used before

* trying to fix behavior of the new OpenCV with old plugins; there is (quite strong) assumption that video capture would give us frames with depth == CV_8U (0) or CV_16U (2). If depth is > 7 then it means that the plugin is built with the old OpenCV. It needs to be recompiled, of course and then this hack can be removed.

* try to repair the case when target arch does not have FP64 SIMD

* 1. fixed bug in itoa() found by alalek
2. restored ==, !=, > and < univ. intrinsics on ARM32/ARM64.
2023-08-04 10:50:03 +03:00
..
test_audio.cpp Merge branch 4.x 2023-01-09 11:08:02 +00:00
test_camera.cpp videoio(MSMF): add queue for async ReadSample() 2021-12-13 21:02:24 +00:00
test_container_avi.cpp Framework for dynamic videoio backends, FFmpeg and GStreamer plugins 2019-02-26 13:50:30 +03:00
test_dynamic.cpp Merge branch 4.x 2021-04-10 18:03:01 +00:00
test_ffmpeg.cpp FFmpeg/4.x: update FFmpeg wrapper 2023.6 2023-06-22 13:58:58 +03:00
test_gstreamer.cpp Merge pull request #22919 from asmorkalov:as/gstreamer_read_timeout 2022-12-15 12:53:22 +03:00
test_images.cpp videoio: tests for CAP_IMAGES 2023-07-03 10:33:16 +03:00
test_main.cpp Merge remote-tracking branch 'upstream/3.4' into merge-3.4 2020-12-17 21:05:34 +00:00
test_mfx.cpp Merge pull request #20614 from mshabunin:use-onevpl-load 2021-10-21 13:56:11 +00:00
test_microphone.cpp Merge pull request #19721 from MaximMilashchenko:Audio 2021-10-20 16:18:24 +03:00
test_orientation.cpp add support for CAP_PROP_ORIENTATION_AUTO to AVFoundation backend 2022-11-25 17:25:13 +01:00
test_plugins.cpp videoio(plugin): add query API for plugins 2021-04-19 14:25:45 +00:00
test_precomp.hpp Added new data types to cv::Mat & UMat (#23865) 2023-08-04 10:50:03 +03:00
test_v4l2.cpp Merge pull request #18498 from firebladed:patch-1 2023-07-14 11:31:55 +03:00
test_video_io.cpp Merge pull request #23291 from vovka643:5.x_depricated_backends 2023-03-15 09:41:36 +03:00