Home
last modified time | relevance | path

Searched refs:brdsNum (Results 1 – 1 of 1) sorted by relevance

/external/opencv3/modules/calib3d/test/
Dtest_cameracalibration_artificial.cpp254 …void prepareForTest(const Mat& bg, const Mat& camMat, const Mat& distCoeffs, size_t brdsNum, const… in prepareForTest() argument
264 boards.resize(brdsNum); in prepareForTest()
265 rvecs_exp.resize(brdsNum); in prepareForTest()
266 tvecs_exp.resize(brdsNum); in prepareForTest()
268 objectPoints.resize(brdsNum, chessboard3D); in prepareForTest()
273 for(size_t i = 0; i < brdsNum; ++i) in prepareForTest()
294 …Size, const Mat_<double>& camMat, const Mat_<double>& distCoeffs, size_t brdsNum, const Size& corn… in runTest() argument
306 for(size_t i = 0; i < brdsNum; ++i) in runTest()
316 for(size_t i = 0; i < brdsNum; ++i) in runTest()
335 rep_error /= brdsNum * cornersSize.area(); in runTest()
[all …]