DescriptorMatcher_MatcherType
import { DescriptorMatcher_MatcherType } 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 descriptor matcher matcher type. Pass an entry to enum-typed arguments or its .value to numeric arguments.
Constructors and members
static FLANNBASED
flannbased constant (1), defined by OpenCV for cv::DescriptorMatcher.
FLANNBASED: DescriptorMatcher_MatcherTypeValue<1>,static BRUTEFORCE
bruteforce constant (2), defined by OpenCV for cv::DescriptorMatcher.
BRUTEFORCE: DescriptorMatcher_MatcherTypeValue<2>,static BRUTEFORCE_L1
bruteforce l1 constant (3), defined by OpenCV for cv::DescriptorMatcher.
BRUTEFORCE_L1: DescriptorMatcher_MatcherTypeValue<3>,static BRUTEFORCE_HAMMING
bruteforce hamming constant (4), defined by OpenCV for cv::DescriptorMatcher.
BRUTEFORCE_HAMMING: DescriptorMatcher_MatcherTypeValue<4>,static BRUTEFORCE_HAMMINGLUT
bruteforce hamminglut constant (5), defined by OpenCV for cv::DescriptorMatcher.
BRUTEFORCE_HAMMINGLUT: DescriptorMatcher_MatcherTypeValue<5>,static BRUTEFORCE_SL2
bruteforce sl2 constant (6), defined by OpenCV for cv::DescriptorMatcher.
BRUTEFORCE_SL2: DescriptorMatcher_MatcherTypeValue<6>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.