Searched refs:triangulatedPoints (Results 1 – 1 of 1) sorted by relevance
1548 Mat triangulatedPoints; in run() local1549 convertPointsFromHomogeneous(homogeneousPoints4d, triangulatedPoints); in run()1559 …if (cvtest::norm(triangulatedPoints, reprojectedPoints, NORM_L2) / sqrt((double)pointsCount) > req… in run()