FeatureMatch#
- class FeatureMatch(m, fv1, fv2, inliers=None)[source]#
Methods
by_id1(id)Find match by feature id in first set
by_id2(i)Find match by feature id in second set
correspondence()Feature correspondences
estimate(func[, method])list()List matches
plot(*pos[, darken, ax, width, block])Plot matches
plot_correspondence(*arg[, offset])subset([N])Select subset of features
table()Print matches in tabular form
Attributes
descriptor1Feature descriptor in first image
descriptor2Feature descriptor in second image
distanceDistance between corresponding features
id1Feature id in first image
id2Feature id in second image
inliersExtract inlier matches
outliersExtract outlier matches
p1Feature coordinate in first image
p2Feature coordinate in second image
statusInlier status of matches