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

modified number test points

This commit is contained in:
edgarriba
2014-08-08 15:20:38 +02:00
parent 7d8a16ae39
commit f8c5acee4c
@@ -155,7 +155,7 @@ protected:
ts->set_failed_test_info(cvtest::TS::OK);
vector<Point3f> points;
const int pointsCount = 500;
const int pointsCount = 400;
points.resize(pointsCount);
generate3DPointCloud(points);