REMOVE_OUTLIERS removes outliers among feature measurements. Input: featx - image points x-coordinates (nxm) featy - image points y-coordinates (nxm) vis - visibility map (nxm) Options: 'iteration', iteration - ransac iteration 'threshold', threshold - sampson distance threshold Output: vis_ - visibility map with inliers (nxm)