Table of Contents

Method MatchesGraphAsString

Namespace
OpenCvSharp
Assembly
OpenCvSharp.dll

MatchesGraphAsString(int, IReadOnlyList<MatchesInfo>, float)

Returns a matches graph representation in DOT language.

public static string MatchesGraphAsString(int numImages, IReadOnlyList<MatchesInfo> pairwiseMatches, float confThreshold)

Parameters

numImages int

Number of images

pairwiseMatches IReadOnlyList<MatchesInfo>

Pairwise matches of images

confThreshold float

Confidence threshold

Returns

string