Home
last modified time | relevance | path

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

/external/opencv3/modules/features2d/include/opencv2/
Dfeatures2d.hpp353 CV_WRAP virtual bool getPass2Only() const = 0;
/external/opencv3/modules/features2d/src/
Dmser.cpp100 bool getPass2Only() const { return params.pass2Only; } in getPass2Only() function in cv::MSER_Impl