FastFeatureDetector_DetectorType
import { FastFeatureDetector_DetectorType } from '@banou/opencv-wasm'Use after await initOpenCV(). See the initialization and named imports guide.
ARGUMENTSConstructor or factory
CLASSFastFeatureDetector_DetectorType
RETURN TYPEOwned native handle
Native object: release it with using or delete(). Factories can return null; check before calling methods.
Native enum entries for fast feature detector detector type. Pass an entry to enum-typed arguments or its .value to numeric arguments.
Constructors and members
static TYPE_5_8
type 5 8 constant (0), defined by OpenCV for cv::FastFeatureDetector.
TYPE_5_8: FastFeatureDetector_DetectorTypeValue<0>,static TYPE_7_12
type 7 12 constant (1), defined by OpenCV for cv::FastFeatureDetector.
TYPE_7_12: FastFeatureDetector_DetectorTypeValue<1>,static TYPE_9_16
type 9 16 constant (2), defined by OpenCV for cv::FastFeatureDetector.
TYPE_9_16: FastFeatureDetector_DetectorTypeValue<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.