Skip to content

detail_matchesGraphAsString

stitchingfunctionOpenCV 5.0.0
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
Call structure. A void return can still write to destination arguments. The parameter descriptions define inputs, outputs and ownership.

Auxiliary functions Returns matches graph representation in DOT language

detail_matchesGraphAsString(paths: StringVector, pairwise_matches: detail__MatchesInfoVector, conf_threshold: number): string;
paths

paths argument (StringVector).

pairwise_matches

pairwise matches argument (detail__MatchesInfoVector).

conf_threshold

conf 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.