Home
last modified time | relevance | path

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

/external/opencv3/modules/shape/include/opencv2/shape/
Dshape_distance.hpp112 CV_WRAP virtual bool getRotationInvariant() const = 0;
/external/opencv3/modules/shape/src/
Dscd_def.hpp80 bool getRotationInvariant() const { return rotationInvariant; } in getRotationInvariant() function in cv::SCD
Dsc_dis.cpp99 virtual bool getRotationInvariant() const {return rotationInvariant;} in getRotationInvariant() function in cv::ShapeContextDistanceExtractorImpl