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

descriptor1

Feature descriptor in first image

descriptor2

Feature descriptor in second image

distance

Distance between corresponding features

id1

Feature id in first image

id2

Feature id in second image

inliers

Extract inlier matches

outliers

Extract outlier matches

p1

Feature coordinate in first image

p2

Feature coordinate in second image

status

Inlier status of matches