Home
last modified time | relevance | path

Searched defs:BFMatcher (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/opencv/opencv-4.5.3/modules/features2d/misc/objc/
H A Dgen_dict.json17 "BFMatcher": { object
18 "BFMatcher" : { "normType" : {"ctype" : "NormTypes"} }, object
/dports/graphics/opencv/opencv-4.5.3/modules/features2d/include/opencv2/
H A Dfeatures2d.hpp1182 class CV_EXPORTS_W BFMatcher : public DescriptorMatcher class
/dports/graphics/opencv/opencv-4.5.3/modules/features2d/src/
H A Dmatchers.cpp710 BFMatcher::BFMatcher( int _normType, bool _crossCheck ) in BFMatcher() function in cv::BFMatcher