Skip to content

DrawMatchesFlags

Features and matchingclassOpenCV 5.0.0
import { DrawMatchesFlags } from '@banou/opencv-wasm'

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

ARGUMENTSConstructor or factory
CLASSDrawMatchesFlags
RETURN TYPEOwned native handle
Call structure. A void return can still write to destination arguments. The parameter descriptions define inputs, outputs and ownership.

Native object: release it with using or delete(). Factories can return null; check before calling methods.

features_match
Drawing functions * ***************************************************************************************

Constructors and members

static DEFAULT

Output image matrix will be created (Mat::create),

DEFAULT: DrawMatchesFlagsValue<0>,

static DRAW_OVER_OUTIMG

Output image matrix will not be created (Mat::create).

DRAW_OVER_OUTIMG: DrawMatchesFlagsValue<1>,

static NOT_DRAW_SINGLE_POINTS

Single keypoints will not be drawn.

NOT_DRAW_SINGLE_POINTS: DrawMatchesFlagsValue<2>,

static DRAW_RICH_KEYPOINTS

For each keypoint the circle around keypoint with keypoint size and

DRAW_RICH_KEYPOINTS: DrawMatchesFlagsValue<4>

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.