Skip to content

rapid_drawSearchLines

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

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

ARGUMENTSimg, locations, color
FUNCTIONrapid_drawSearchLines
RETURN TYPEvoid
Call structure. A void return can still write to destination arguments. The parameter descriptions define inputs, outputs and ownership.

Debug draw search lines onto an image

rapid_drawSearchLines(img: Mat, locations: Mat, color: Scalar): void;
img

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

locations

the source locations of a line bundle

color

the line color

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.