detail_matchesGraphAsString
import { detail_matchesGraphAsString } from '@banou/opencv-wasm'Use after await initOpenCV(). See the initialization and named imports guide.
ARGUMENTSpaths, pairwise_matches, conf_threshold
FUNCTIONdetail_matchesGraphAsString
RETURN TYPEstring
Auxiliary functions Returns matches graph representation in DOT language
detail_matchesGraphAsString(paths: StringVector, pairwise_matches: detail__MatchesInfoVector, conf_threshold: number): string;pathspaths argument (StringVector).
pairwise_matchespairwise matches argument (detail__MatchesInfoVector).
conf_thresholdconf threshold argument (number).
Returns
The string result.
These signatures describe this package. Upstream documentation can mention optional backends that are absent from this build. Check runtime compatibility before choosing a backend or file format.