DrawMatchesFlags
import { DrawMatchesFlags } from '@banou/opencv-wasm'Use after await initOpenCV(). See the initialization and named imports guide.
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.