Home
last modified time | relevance | path

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

/external/opencv3/modules/shape/include/opencv2/shape/
Dshape_transformer.hpp123 CV_WRAP virtual bool getFullAffine() const = 0;
/external/opencv3/modules/shape/src/
Daff_trans.cpp77 virtual bool getFullAffine() const {return fullAffine;} in getFullAffine() function in cv::AffineTransformerImpl