Home
last modified time | relevance | path

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

/external/opencv3/modules/calib3d/test/
Dtest_cameracalibration.cpp1551 Mat sparsePoints; in run() local
1552 sparsePoints.push_back(projectedPoints_1); in run()
1553 sparsePoints.push_back(disparities); in run()
1554 sparsePoints = sparsePoints.t(); in run()
1555 sparsePoints = sparsePoints.reshape(3); in run()
1557 perspectiveTransform(sparsePoints, reprojectedPoints, Q); in run()