vismatch

Vis(ion)Match(ers) is a unified API for 50+ image matching models with a consistent interface.

GitHub GitHub Downloads Tracker Open In Colab PyPI
from vismatch import get_matcher

matcher = get_matcher("superpoint-lightglue", device="cuda")
img0 = matcher.load_image("img0.jpg", resize=512)
img1 = matcher.load_image("img1.jpg", resize=512)
result = matcher(img0, img1)

API Reference

Indices and tables