opencv/modules/3d/test
Maksim Shabunin f73560293f
Merge pull request #26101 from mshabunin:cpp-error-ts
C-API cleanup: moved cvErrorStr to new interface, minor ts changes #26101

Merge with opencv/opencv_contrib#3786

**Note:** `toString` might be too generic name (even though it is in `cv::Error::` namespace), another variant is `codeToString` (we have `typeToString` and `depthToString` in check.hpp).

**Note:** _ts_ module seem to have no other C API usage except for `ArrayTest` class which requires refactoring.
2024-09-06 12:05:47 +03:00
..
test_affine2d_estimator.cpp Merge branch 4.x 2023-09-13 14:49:25 +03:00
test_affine3.cpp
test_affine3d_estimator.cpp Merge branch 4.x 2023-09-13 14:49:25 +03:00
test_affine_partial2d_estimator.cpp Merge branch 4.x 2023-09-13 14:49:25 +03:00
test_compose_rt.cpp
test_decompose_projection.cpp Merge branch 4.x 2024-04-02 16:39:54 +03:00
test_filter_homography_decomp.cpp
test_fisheye.cpp Merge branch 4.x 2024-08-06 15:31:30 +03:00
test_fundam.cpp Merge pull request #25075 from mshabunin:cleanup-imgproc-1 2024-03-05 12:18:31 +03:00
test_homography_decomp.cpp
test_homography.cpp Merge pull request #26101 from mshabunin:cpp-error-ts 2024-09-06 12:05:47 +03:00
test_main.cpp
test_modelest.cpp
test_normal_estimation.cpp
test_normal.cpp 3d: fix static init in test 2023-11-09 22:07:59 +03:00
test_octree.cpp Merge pull request #23985 from starga2er777:pcc 2024-02-29 14:02:44 +03:00
test_odometry.cpp Merge pull request #23098 from savuor:nanMask 2023-11-09 10:32:47 +03:00
test_pointcloud.cpp Merge pull request #25382 from savuor:rv/fix_mesh_load 2024-04-16 10:20:44 +03:00
test_pose_graph.cpp
test_precomp.hpp
test_ptcloud_utils.cpp Merge pull request #25221 from savuor:rv/bench_3d 2024-04-04 11:04:52 +03:00
test_ptcloud_utils.hpp
test_registration.cpp
test_rendering.cpp Merge pull request #25382 from savuor:rv/fix_mesh_load 2024-04-16 10:20:44 +03:00
test_sac_segmentation.cpp
test_sampling.cpp
test_solvepnp_ransac.cpp Merge pull request #25379 from mshabunin:fix-unaligned-filter-5.x 2024-04-10 09:33:10 +03:00
test_translation3d_estimator.cpp Merge branch 4.x 2023-09-13 14:49:25 +03:00
test_tsdf.cpp Warnings fix for Ubuntu 24.04. 2024-07-02 15:01:48 +03:00
test_undistort_badarg.cpp Merge pull request #25075 from mshabunin:cleanup-imgproc-1 2024-03-05 12:18:31 +03:00
test_undistort_points.cpp
test_undistort.cpp Merge pull request #25075 from mshabunin:cleanup-imgproc-1 2024-03-05 12:18:31 +03:00
test_usac.cpp