Skip to content

rapid_drawCorrespondencies

rapidfunctionOpenCV 5.0.0
import { rapid_drawCorrespondencies } from '@banou/opencv-wasm'

Use after await initOpenCV(). See the initialization and named imports guide.

ARGUMENTSbundle, cols, colors
FUNCTIONrapid_drawCorrespondencies
RETURN TYPEvoid
Call structure. A void return can still write to destination arguments. The parameter descriptions define inputs, outputs and ownership.

Debug draw markers of matched correspondences onto a lineBundle

rapid_drawCorrespondencies(bundle: Mat, cols: Mat, colors: Mat): void;
2 available overloads
rapid_drawCorrespondencies(bundle: Mat, cols: Mat): void;
rapid_drawCorrespondencies(bundle: Mat, cols: Mat, colors: Mat): void;
bundle

Input/output value, modified by the native operation. the lineBundle

cols

column coordinates in the line bundle

colors

colors for the markers. Defaults to white.

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.