FeatureMatch.plot#
- FeatureMatch.plot(*pos: Any, darken: bool = False, ax: Any = None, width: Any = None, block: bool = False, **kwargs: Any) None[source]#
Plot matches
- Parameters:
darken (bool, optional) – darken the underlying , defaults to False
width (float, optional) – figure width in millimetres, defaults to Matplotlib default
block (bool, optional) – Matplotlib figure blocks until window closed, defaults to False
Displays the original pair of images side by side, as greyscale images, and overlays the matches.