flann_FlannIndexType
import { flann_FlannIndexType } 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 flann flann index type. Pass an entry to enum-typed arguments or its .value to numeric arguments.
Constructors and members
static FLANN_INDEX_TYPE_8U
flann index type 8 u constant (CV_8U), defined by OpenCV for cv::flann.
FLANN_INDEX_TYPE_8U: flann_FlannIndexTypeValue<0>,static FLANN_INDEX_TYPE_8S
flann index type 8 s constant (CV_8S), defined by OpenCV for cv::flann.
FLANN_INDEX_TYPE_8S: flann_FlannIndexTypeValue<1>,static FLANN_INDEX_TYPE_16U
flann index type 16 u constant (CV_16U), defined by OpenCV for cv::flann.
FLANN_INDEX_TYPE_16U: flann_FlannIndexTypeValue<2>,static FLANN_INDEX_TYPE_16S
flann index type 16 s constant (CV_16S), defined by OpenCV for cv::flann.
FLANN_INDEX_TYPE_16S: flann_FlannIndexTypeValue<3>,static FLANN_INDEX_TYPE_32S
flann index type 32 s constant (CV_32S), defined by OpenCV for cv::flann.
FLANN_INDEX_TYPE_32S: flann_FlannIndexTypeValue<4>,static FLANN_INDEX_TYPE_32F
flann index type 32 f constant (CV_32F), defined by OpenCV for cv::flann.
FLANN_INDEX_TYPE_32F: flann_FlannIndexTypeValue<5>,static FLANN_INDEX_TYPE_64F
flann index type 64 f constant (CV_64F), defined by OpenCV for cv::flann.
FLANN_INDEX_TYPE_64F: flann_FlannIndexTypeValue<6>,static FLANN_INDEX_TYPE_STRING
flann index type string constant (CV_64F+1), defined by OpenCV for cv::flann.
FLANN_INDEX_TYPE_STRING: flann_FlannIndexTypeValue<7>,static FLANN_INDEX_TYPE_BOOL
flann index type bool constant (CV_64F+2), defined by OpenCV for cv::flann.
FLANN_INDEX_TYPE_BOOL: flann_FlannIndexTypeValue<8>,static FLANN_INDEX_TYPE_ALGORITHM
flann index type algorithm constant (CV_64F+3), defined by OpenCV for cv::flann.
FLANN_INDEX_TYPE_ALGORITHM: flann_FlannIndexTypeValue<9>,static LAST_VALUE_FLANN_INDEX_TYPE
last value flann index type constant (FLANN_INDEX_TYPE_ALGORITHM), defined by OpenCV for cv::flann.
LAST_VALUE_FLANN_INDEX_TYPE: flann_FlannIndexTypeValue<9>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.