1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-30 07:43:03 +04:00

Merge pull request #22682 from TsingYiPainter:5.x

3D: Handle cases where the depth of Octree setting is too large

* Handle cases where the depth setting is too large
This commit is contained in:
Yuhang Wang
2022-11-03 15:15:17 +08:00
committed by GitHub
parent 7e3d56e2ff
commit d976272d23
3 changed files with 19 additions and 10 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ protected:
void SetUp() override
{
pointCloudSize = 1000;
maxDepth = 4;
maxDepth = 18;
int scale;
Point3i pmin, pmax;