flann
All modules / flann
Native enum entries for flann flann index type. Pass an entry to enum-typed arguments or its .value to numeric arguments.
flann_IndexclassA nearest-neighbor search index over feature vectors. Choose index and search parameters for the descriptor type and distance metric.
flann_IndexParamsclassNamed configuration values used when constructing a FLANN nearest-neighbor index.
flann_KDTreeIndexParamsclassConfiguration for a randomized forest of kd-trees used to search floating-point descriptors.
flann_LinearIndexParamsclassConfiguration for exhaustive nearest-neighbor search over all descriptor rows.
flann_LshIndexParamsclassConfiguration for a locality-sensitive hashing index over binary descriptors.
flann_SearchParamsclassSearch configuration controlling the number of examined leaves, approximation tolerance and result ordering.
No matches. Try an algorithm name, a module, or a shorter phrase.
Constants
Use the named constant from cv. In particular, OpenCV 5 matrix type codes differ from OpenCV 4.
flann_FLANN_INDEX_TYPE_8Uflann flann index type 8 u constant (CV_8U), defined by OpenCV for cv::flann.
flann_FLANN_INDEX_TYPE_8Sflann flann index type 8 s constant (CV_8S), defined by OpenCV for cv::flann.
flann_FLANN_INDEX_TYPE_16Uflann flann index type 16 u constant (CV_16U), defined by OpenCV for cv::flann.
flann_FLANN_INDEX_TYPE_16Sflann flann index type 16 s constant (CV_16S), defined by OpenCV for cv::flann.
flann_FLANN_INDEX_TYPE_32Sflann flann index type 32 s constant (CV_32S), defined by OpenCV for cv::flann.
flann_FLANN_INDEX_TYPE_32Fflann flann index type 32 f constant (CV_32F), defined by OpenCV for cv::flann.
flann_FLANN_INDEX_TYPE_64Fflann flann index type 64 f constant (CV_64F), defined by OpenCV for cv::flann.
flann_FLANN_INDEX_TYPE_STRINGflann flann index type string constant (CV_64F+1), defined by OpenCV for cv::flann.
flann_FLANN_INDEX_TYPE_BOOLflann flann index type bool constant (CV_64F+2), defined by OpenCV for cv::flann.
flann_FLANN_INDEX_TYPE_ALGORITHMflann flann index type algorithm constant (CV_64F+3), defined by OpenCV for cv::flann.
flann_LAST_VALUE_FLANN_INDEX_TYPEflann last value flann index type constant (FLANN_INDEX_TYPE_ALGORITHM), defined by OpenCV for cv::flann.