Table of Contents

Constructor LightGlueFeaturesMatcher

Namespace
OpenCvSharp.Detail
Assembly
OpenCvSharp.dll

LightGlueFeaturesMatcher(LightGlueMatcher, int, int, double)

Constructs a LightGlue features matcher.

public LightGlueFeaturesMatcher(LightGlueMatcher lgMatcher, int numMatchesThresh1 = 6, int numMatchesThresh2 = 6, double matchesConfidenceThresh = 3)

Parameters

lgMatcher LightGlueMatcher

LightGlueMatcher instance for DNN-based matching

numMatchesThresh1 int

Minimum number of matches required for the 2D projective transform estimation used in the inliers classification step

numMatchesThresh2 int

Minimum number of matches required for the 2D projective transform re-estimation on inliers

matchesConfidenceThresh double

Matching confidence threshold to take the match into account