opencv/modules/3d/test
Rostislav Vasilikhin 48c10620cb depthTo3d: fixed bug, added regression test
RgbdNormals: setMethod() removed as useless

RgbdNormals: tests + cross product, to be fixed

+ cross product

LINEMOD: diffThreshold param added + tests fixed

minor

diffThreshold fix

points3dToDepth16U fix

normals computer diffThreshold fix

random plane generation fixed + diffThreshold fix

Rendered normals test rewritten to GTest Params

random plane generation: scale

RGBD_Normals tests: thresholds tuned

Rendered normals tests: 64F support added

Random planes normal tests rewritten to GTest Params

LINEMOD and CrossProduct fix

SRI threshold raised

NormalsRandomPlanes: thresholds raised

assert on unknown alg; minor

fix

frame size reduced

TIFF replaced by YAML.GZ

depthTo3d test changed

cv::transform is used

fix warning

nanMask()

flipAxes()

absDotPixel() + forgotten code

helper functions removed

RGBDNormals: checkNormals() and compare LINEMOD's pts3d to depth input

Rendered: another criteria; thresholds; LINEMOD's pts3d to depth input comparison

thresholds raised a bit

SRI slightly optimized

assert change

normal tests refactored, parametrized, split

trailing namespace, thresholds raised

SRI caching optimized a lot

normal tests rewritten to fixture, no loop

minor

runCase() joined with testIt()

thresholds were put into GTest params

ternary operator

RgbdNormalsTest merged into NormalsRandomPlanes; RgbdPlanes moved closer to tests

normal test minor refactoring

plane finder tests refactored to GTest Params

skip tests

thresholds raised

plane test minor

plane tests: timers dropped, nPlanes put into GTest Params; refactoring

generated normals tests: minor refactoring

flipAxes() templated

rendered normals tests refactored: thresholds to GTest Params

CV_Error -> ASSERT_FALSE
2022-08-19 20:16:08 +02:00
..
ocl Merge pull request #21189 from DumDereDum:new_volume 2022-02-18 14:50:26 +00: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_fundam.cpp Merge branch 4.x 2021-12-30 21:43:45 +00:00
test_homography_decomp.cpp
test_homography.cpp
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 depthTo3d: fixed bug, added regression test 2022-08-19 20:16:08 +02:00
test_octree.cpp add Octree to 3d module of next branch. 2021-06-08 11:19:01 +08:00
test_odometry.cpp depthTo3d: fixed bug, added regression test 2022-08-19 20:16:08 +02:00
test_pointcloud.cpp Merge pull request #20471 from ibvfteh:pointcloudio 2022-05-13 18:10:39 +00: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 #21918 from No-Plane-Cannot-Be-Detected:5.x-region_growing_3d 2022-05-23 14:47:57 +00: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 * refactored the remaining old-style functions in 3d and calib modules to use the new C++ API. 2021-06-07 20:55:25 +08:00
test_translation3d_estimator.cpp
test_tsdf.cpp Merge pull request #21189 from DumDereDum:new_volume 2022-02-18 14:50:26 +00:00
test_undistort_badarg.cpp
test_undistort_points.cpp Merge branch 4.x 2022-04-23 22:07:14 +00:00
test_undistort.cpp Merge branch 4.x 2021-12-30 21:43:45 +00:00
test_usac.cpp Merge branch 4.x 2021-12-30 21:43:45 +00:00