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:
@@ -14,7 +14,7 @@ protected:
|
||||
void SetUp() override
|
||||
{
|
||||
pointCloudSize = 1000;
|
||||
maxDepth = 4;
|
||||
maxDepth = 18;
|
||||
|
||||
int scale;
|
||||
Point3i pmin, pmax;
|
||||
|
||||
Reference in New Issue
Block a user