mirror of
https://github.com/opencv/opencv.git
synced 2025-01-18 22:44:02 +08:00
modified number test points
This commit is contained in:
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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user