mirror of
https://github.com/opencv/opencv.git
synced 2025-06-11 11:45:30 +08:00
test dls
This commit is contained in:
parent
3780de9d98
commit
2d26f60192
@ -155,7 +155,7 @@ protected:
|
||||
ts->set_failed_test_info(cvtest::TS::OK);
|
||||
|
||||
vector<Point3f> points, points_dls;
|
||||
const int pointsCount = 500, pointsCount2 = 300;
|
||||
const int pointsCount = 500, pointsCount2 = 100;
|
||||
points.resize(pointsCount);
|
||||
points_dls.resize(pointsCount2);
|
||||
generate3DPointCloud(points);
|
||||
|
Loading…
Reference in New Issue
Block a user