linemod_colormap
import { linemod_colormap } from '@banou/opencv-wasm'Use after await initOpenCV(). See the initialization and named imports guide.
ARGUMENTSquantized, dst
FUNCTIONlinemod_colormap
RETURN TYPEvoid
Debug function to colormap a quantized image for viewing.
linemod_colormap(quantized: Mat, dst: Mat): void;quantizedquantized argument (Mat).
dstOutput destination, filled by the native operation. dst argument (Mat).
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.