Home
last modified time | relevance | path

Searched defs:isMaskSupported (Results 1 – 4 of 4) sorted by relevance

/external/opencv3/modules/features2d/include/opencv2/
Dfeatures2d.hpp983 virtual bool isMaskSupported() const { return true; } in isMaskSupported() function in cv::BFMatcher
/external/opencv3/modules/java/src/
Dfeatures2d+DescriptorMatcher.java36 public boolean isMaskSupported() in isMaskSupported() method in DescriptorMatcher
/external/opencv3/modules/cudafeatures2d/src/
Dbrute_force_matcher.cpp184 virtual bool isMaskSupported() const { return true; } in isMaskSupported() function in __anonb209774e0111::BFMatcher_Impl
/external/opencv3/modules/features2d/src/
Dmatchers.cpp1249 bool FlannBasedMatcher::isMaskSupported() const in isMaskSupported() function in cv::FlannBasedMatcher