Skip to main content
The LightGlue model computes point matches between two images using SuperPoint and LightGlue.
boolean
default:"False"
If True, inference call is run on the local VM, else offloaded onto GRID-Cortex. Defaults to False.
np.ndarray
required
Input RGB image 1 of shape (M,N,3)(M,N,3).
np.ndarray
required
Input RGB image 2 of shape (M,N,3)(M,N,3).
List
List of point correspondences (matches) between the images.
np.ndarray
Feature points detected in image 1 of shape (K,2)(K,2).
np.ndarray
Feature points detected in image 2 of shape (K,2)(K,2).
This code is licensed under the Apache 2.0 License.