Home
last modified time | relevance | path

Searched refs:BestOf2NearestMatcher (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/stitching/detail/
H A Dmatchers.hpp276 class CV_EXPORTS BestOf2NearestMatcher : public FeaturesMatcher class
288BestOf2NearestMatcher(bool try_use_gpu = false, float match_conf = 0.3f, int num_matches_thresh1 =…
301 class CV_EXPORTS BestOf2NearestRangeMatcher : public BestOf2NearestMatcher
324 class CV_EXPORTS AffineBestOf2NearestMatcher : public BestOf2NearestMatcher
341 BestOf2NearestMatcher(try_use_gpu, match_conf, num_matches_thresh1, num_matches_thresh1), in AffineBestOf2NearestMatcher()