detail_CvFeatureParams_FeatureType
import { detail_CvFeatureParams_FeatureType } from '@banou/opencv-wasm'Use after await initOpenCV(). See the initialization and named imports guide.
ARGUMENTSConstructor or factory
CLASSdetail_CvFeatureParams_FeatureType
RETURN TYPEOwned native handle
Native object: release it with using or delete(). Factories can return null; check before calling methods.
Native enum entries for detail cv feature params feature type. Pass an entry to enum-typed arguments or its .value to numeric arguments.
Constructors and members
static HAAR
haar constant (0), defined by OpenCV for cv::detail::CvFeatureParams.
HAAR: detail_CvFeatureParams_FeatureTypeValue<0>,static LBP
lbp constant (1), defined by OpenCV for cv::detail::CvFeatureParams.
LBP: detail_CvFeatureParams_FeatureTypeValue<1>,static HOG
hog constant (2), defined by OpenCV for cv::detail::CvFeatureParams.
HOG: detail_CvFeatureParams_FeatureTypeValue<2>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.