rapid_drawSearchLines
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
Debug draw search lines onto an image
rapid_drawSearchLines(img: Mat, locations: Mat, color: Scalar): void;imgInput/output value, modified by the native operation. the output image
locationsthe source locations of a line bundle
colorthe 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.