TheDocumentation Index
Fetch the complete documentation index at: https://docs.generalrobotics.dev/llms.txt
Use this file to discover all available pages before exploring further.
LightGlue model computes point matches
between two images using SuperPoint and LightGlue.
class LightGlue()
If True, inference call is run on the local VM, else offloaded onto GRID-Cortex. Defaults to False.
def run()
Input RGB image 1 of shape .
Input RGB image 2 of shape .
List of point correspondences (matches) between the images.
Feature points detected in image 1 of shape .
Feature points detected in image 2 of shape .
- License
- Source
This code is licensed under the Apache 2.0 License.