mirror of
https://github.com/opencv/opencv.git
synced 2026-07-30 07:43:03 +04:00
Merge pull request #24005 from ivashmak:merge_usac_5.x
Merge usac to 5.x #24005 ### Pull Request Readiness Checklist See details at https://github.com/opencv/opencv/wiki/How_to_contribute#making-a-good-pull-request - [x] I agree to contribute to the project under Apache 2 License. - [x] To the best of my knowledge, the proposed patch is not based on a code under GPL or another license that is incompatible with OpenCV - [x] The PR is proposed to the proper branch - [x] There is a reference to the original bug report and related work - [x] There is accuracy test, performance test and test data in opencv_extra repository, if applicable Patch to opencv_extra has the same branch name. - [x] The feature is well documented and sample code can be built with the project CMake Base branch is PR #23979. Merging PR #23078, 23900 and PR #23806 to 5.x
This commit is contained in:
committed by
GitHub
parent
4d695cd2f4
commit
0e8748746f
@@ -228,7 +228,7 @@ TEST_F(SacSegmentationTest, PlaneSacSegmentation)
|
||||
|
||||
pt_cloud.release();
|
||||
sacSegmentation->setCustomModelConstraints(nullptr);
|
||||
sacSegmentation->setParallel(true);
|
||||
// sacSegmentation->setParallel(true); // parallel version is not deterministic and should be initialized differently
|
||||
|
||||
// Multi-plane segmentation
|
||||
for (int i = 0; i < models_num; i++)
|
||||
@@ -298,7 +298,7 @@ TEST_F(SacSegmentationTest, SphereSacSegmentation)
|
||||
|
||||
pt_cloud.release();
|
||||
sacSegmentation->setCustomModelConstraints(nullptr);
|
||||
sacSegmentation->setParallel(true);
|
||||
// sacSegmentation->setParallel(true); // parallel version is not deterministic and should be initialized differently
|
||||
|
||||
// Multi-sphere segmentation
|
||||
for (int i = 0; i < models_num; i++)
|
||||
|
||||
Reference in New Issue
Block a user