Home
last modified time | relevance | path

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

/dports/graphics/opencv/opencv-4.5.3/contrib/modules/shape/include/opencv2/shape/
H A Dshape_distance.hpp115 CV_WRAP virtual bool getRotationInvariant() const = 0;
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/shape/src/
H A Dscd_def.hpp81 bool getRotationInvariant() const { return rotationInvariant; } in getRotationInvariant() function in cv::SCD
H A Dsc_dis.cpp100 virtual bool getRotationInvariant() const CV_OVERRIDE { return rotationInvariant; } in getRotationInvariant() function in cv::ShapeContextDistanceExtractorImpl