45 std::vector<int> remaining_indices;
52 inserter (remaining_indices, remaining_indices.begin ()));
virtual int removeInliers()
Remove the inliers found from the initial set of given point indices.
std::vector< int > indices_
The list of internal point indices used.
std::vector< int > best_inliers_
The indices of the points that were chosen as inliers after the last computeModel () call...