Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/
H A Dsuperres.hpp109 virtual int getScale() const = 0;
H A Dphoto.hpp458 CV_WRAP virtual float getScale() const = 0;
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/stitching/detail/
H A Dwarpers.hpp118 virtual float getScale() const { return 1.f; } in getScale() function in cv::detail::RotationWarper
156 float getScale() const CV_OVERRIDE{ return projector_.scale; } in getScale() function in cv::detail::RotationWarperBase