xfeatures2d_DAISY_NormalizationType
import { xfeatures2d_DAISY_NormalizationType } 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.
Native enum entries for xfeatures2d daisy normalization type. Pass an entry to enum-typed arguments or its .value to numeric arguments.
Constructors and members
static NRM_NONE
nrm none constant (100), defined by OpenCV for cv::xfeatures2d::DAISY.
NRM_NONE: xfeatures2d_DAISY_NormalizationTypeValue<100>,static NRM_PARTIAL
nrm partial constant (101), defined by OpenCV for cv::xfeatures2d::DAISY.
NRM_PARTIAL: xfeatures2d_DAISY_NormalizationTypeValue<101>,static NRM_FULL
nrm full constant (102), defined by OpenCV for cv::xfeatures2d::DAISY.
NRM_FULL: xfeatures2d_DAISY_NormalizationTypeValue<102>,static NRM_SIFT
nrm sift constant (103), defined by OpenCV for cv::xfeatures2d::DAISY.
NRM_SIFT: xfeatures2d_DAISY_NormalizationTypeValue<103>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.