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
lgMatcherLightGlueMatcherLightGlueMatcher instance for DNN-based matching
numMatchesThresh1intMinimum number of matches required for the 2D projective transform estimation used in the inliers classification step
numMatchesThresh2intMinimum number of matches required for the 2D projective transform re-estimation on inliers
matchesConfidenceThreshdoubleMatching confidence threshold to take the match into account