Searched refs:sparsePoints (Results 1 – 1 of 1) sorted by relevance
1551 Mat sparsePoints; in run() local1552 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()