opencv/modules/3d/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_affine2d_estimator.cpp
test_affine3.cpp
test_affine3d_estimator.cpp
test_affine_partial2d_estimator.cpp
test_compose_rt.cpp
test_decompose_projection.cpp
test_filter_homography_decomp.cpp
test_fisheye.cpp Finalize calib3d module split for fisheye part. 2023-08-03 09:21:05 +03:00
test_fundam.cpp Merge branch 4.x 2021-12-30 21:43:45 +00:00
test_homography_decomp.cpp
test_homography.cpp Merge branch 4.x 2023-01-28 17:31:32 +00:00
test_main.cpp
test_modelest.cpp
test_normal_estimation.cpp Merge pull request #21918 from No-Plane-Cannot-Be-Detected:5.x-region_growing_3d 2022-05-23 14:47:57 +00:00
test_normal.cpp 3d(test): don't use RNG in SetUp() 2023-01-29 17:14:25 +00:00
test_octree.cpp Merge pull request #22682 from TsingYiPainter:5.x 2022-11-03 07:15:17 +00:00
test_odometry.cpp Added new data types to cv::Mat & UMat (#23865) 2023-08-04 10:50:03 +03:00
test_pointcloud.cpp Merge pull request #23805 from starga2er777:5.x 2023-07-25 16:05:56 +03:00
test_pose_graph.cpp Merge pull request #21018 from savuor:levmarqfromscratch 2021-12-27 21:51:32 +00:00
test_precomp.hpp Merge pull request #20013 from savuor:rgbd_to_3d 2021-08-22 13:18:45 +00:00
test_ptcloud_utils.cpp Merge pull request #21918 from No-Plane-Cannot-Be-Detected:5.x-region_growing_3d 2022-05-23 14:47:57 +00:00
test_ptcloud_utils.hpp Merge pull request #21918 from No-Plane-Cannot-Be-Detected:5.x-region_growing_3d 2022-05-23 14:47:57 +00:00
test_registration.cpp Merge pull request #20013 from savuor:rgbd_to_3d 2021-08-22 13:18:45 +00:00
test_sac_segmentation.cpp Merge pull request #24005 from ivashmak:merge_usac_5.x 2023-07-27 17:51:16 +03:00
test_sampling.cpp Merge pull request #21615 from No-Plane-Cannot-Be-Detected:5.x-ptcloud_comments 2022-02-18 20:43:08 +03:00
test_solvepnp_ransac.cpp Merge branch 4.x 2023-07-28 13:05:36 +03:00
test_translation3d_estimator.cpp
test_tsdf.cpp Merge pull request #23186 from savuor:warnings_3d 2023-01-30 10:09:01 +03:00
test_undistort_badarg.cpp
test_undistort_points.cpp Merge branch 4.x 2022-08-21 15:27:31 +00:00
test_undistort.cpp Merge branch 4.x 2023-07-05 15:51:10 +03:00
test_usac.cpp Merge pull request #24005 from ivashmak:merge_usac_5.x 2023-07-27 17:51:16 +03:00