Home
last modified time | relevance | path

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

/dports/graphics/opencv/opencv-4.5.3/modules/features2d/include/opencv2/
H A Dfeatures2d.hpp511 CV_WRAP virtual bool getPass2Only() const = 0;
/dports/graphics/opencv/opencv-4.5.3/modules/features2d/src/
H A Dmser.cpp100 bool getPass2Only() const CV_OVERRIDE { return params.pass2Only; } in getPass2Only() function in cv::CV_FINAL