Table of Contents

Class LightGlueFeaturesMatcher

Namespace
OpenCvSharp.Detail
Assembly
OpenCvSharp.dll

Features matcher that adapts LightGlueMatcher (a DNN-based descriptor matcher) to the stitching pipeline's FeaturesMatcher interface. Requires OpenCV built with the dnn module; otherwise the underlying LightGlueMatcher throws at runtime.

public class LightGlueFeaturesMatcher : FeaturesMatcher, IDisposable
Inheritance
LightGlueFeaturesMatcher
Implements
Inherited Members

Constructors

LightGlueFeaturesMatcher(LightGlueMatcher, int, int, double)

Constructs a LightGlue features matcher.

Methods

SetScoreThreshold(float)

Sets the LightGlue confidence threshold for filtering matches.