Searched refs:lastVertex (Results 1 - 2 of 2) sorted by relevance

/external/opencv3/modules/calib3d/src/
H A Dcirclesgrid.hpp109 int lastVertex; member in struct:Path
117 lastVertex = last;
H A Dcirclesgrid.cpp1304 bool needReverse = (bestGraphIdx == 0 && keypoints[bestPath.lastVertex].x < keypoints[bestPath.firstVertex].x)
1305 || (bestGraphIdx == 1 && keypoints[bestPath.lastVertex].y < keypoints[bestPath.firstVertex].y);
1308 std::swap(bestPath.lastVertex, bestPath.firstVertex);

Completed in 166 milliseconds