Home
last modified time | relevance | path

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

/external/opencv3/modules/calib3d/test/
Dtest_cameracalibration.cpp297 CvSize etalonSize; in run() local
384 values_read = fscanf(file,"%d %d\n",&(etalonSize.width),&(etalonSize.height)); in run()
386 if( etalonSize.width <= 0 || etalonSize.height <= 0 ) in run()
393 numPoints = etalonSize.width * etalonSize.height; in run()
421 numbers[currImage] = etalonSize.width * etalonSize.height; in run()
534 int nPoints = etalonSize.width * etalonSize.height; in run()
556 for( currPoint = 0; currPoint < etalonSize.width * etalonSize.height; currPoint++ ) in run()
578 meanDx /= numImages * etalonSize.width * etalonSize.height; in run()
579 meanDy /= numImages * etalonSize.width * etalonSize.height; in run()