Home
last modified time | relevance | path

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

/external/opencv3/modules/calib3d/test/
Dtest_cameracalibration.cpp302 CvPoint2D64f* reprojectPoints; in run() local
330 reprojectPoints = 0; in run()
412 reprojectPoints = (CvPoint2D64f*)cvAlloc( numPoints * in run()
541 reprojectPoints + currImage * nPoints); in run()
558 rx = reprojectPoints[i].x; in run()
559 ry = reprojectPoints[i].y; in run()
634 cvFree(&reprojectPoints); in run()
657 cvFree(&reprojectPoints); in run()