Searched refs:getScale (Results 1 – 3 of 3) sorted by relevance
109 virtual int getScale() const = 0;
458 CV_WRAP virtual float getScale() const = 0;
118 virtual float getScale() const { return 1.f; } in getScale() function in cv::detail::RotationWarper156 float getScale() const CV_OVERRIDE{ return projector_.scale; } in getScale() function in cv::detail::RotationWarperBase