rapid_drawCorrespondencies
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
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;bundleInput/output value, modified by the native operation. the lineBundle
colscolumn coordinates in the line bundle
colorscolors 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.