linemod_drawFeatures
import { linemod_drawFeatures } from '@banou/opencv-wasm'Use after await initOpenCV(). See the initialization and named imports guide.
ARGUMENTSimg, templates, tl, size
FUNCTIONlinemod_drawFeatures
RETURN TYPEvoid
Debug function to draw linemod features
linemod_drawFeatures(img: Mat, templates: linemod__TemplateVector, tl: Point, size: number): void;2 available overloads
linemod_drawFeatures(img: Mat, templates: linemod__TemplateVector, tl: Point): void;linemod_drawFeatures(img: Mat, templates: linemod__TemplateVector, tl: Point, size: number): void;imgInput/output value, modified by the native operation. param: templates see
Detector::addTemplatetemplatestemplates argument (linemod__TemplateVector).
tltemplate bbox top-left offset see
Detector::addTemplatesizemarker size see
cv::drawMarker
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.