This is the complete list of members for cv::detail::RotationWarper, including all inherited members.
buildMaps(Size src_size, const Mat &K, const Mat &R, Mat &xmap, Mat &ymap)=0 | cv::detail::RotationWarper | pure virtual |
getScale() const | cv::detail::RotationWarper | inline |
setScale(float) | cv::detail::RotationWarper | inline |
warp(const Mat &src, const Mat &K, const Mat &R, int interp_mode, int border_mode, Mat &dst)=0 | cv::detail::RotationWarper | pure virtual |
warpBackward(const Mat &src, const Mat &K, const Mat &R, int interp_mode, int border_mode, Size dst_size, Mat &dst)=0 | cv::detail::RotationWarper | pure virtual |
warpPoint(const Point2f &pt, const Mat &K, const Mat &R)=0 | cv::detail::RotationWarper | pure virtual |
warpRoi(Size src_size, const Mat &K, const Mat &R)=0 | cv::detail::RotationWarper | pure virtual |
~RotationWarper() | cv::detail::RotationWarper | inlinevirtual |