Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Ah, got it:

for (int i = 0; i < inliers.rows; i++)
    {
        int index = inliers.at<int>(i, 0);
        cv::Point3f inlier3d = points3D_t0[index];
        cv::Point2f inlier2d = points_left_t1[index];

}