This commit is contained in:
edgarriba 2014-08-09 21:54:22 +02:00
parent 3780de9d98
commit 2d26f60192

View File

@ -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);