OpenCV
4.7.0-dev
Open Source Computer Vision
|
This is the complete list of members for cv::PyRotationWarper, including all inherited members.
buildMaps(Size src_size, InputArray K, InputArray R, OutputArray xmap, OutputArray ymap) | cv::PyRotationWarper | |
getScale() const | cv::PyRotationWarper | inline |
PyRotationWarper(String type, float scale) | cv::PyRotationWarper | |
PyRotationWarper() | cv::PyRotationWarper | inline |
setScale(float) | cv::PyRotationWarper | inline |
warp(InputArray src, InputArray K, InputArray R, int interp_mode, int border_mode, OutputArray dst) | cv::PyRotationWarper | |
warpBackward(InputArray src, InputArray K, InputArray R, int interp_mode, int border_mode, Size dst_size, OutputArray dst) | cv::PyRotationWarper | |
warpPoint(const Point2f &pt, InputArray K, InputArray R) | cv::PyRotationWarper | |
warpPointBackward(const Point2f &pt, InputArray K, InputArray R) | cv::PyRotationWarper | |
warpRoi(Size src_size, InputArray K, InputArray R) | cv::PyRotationWarper | |
~PyRotationWarper() | cv::PyRotationWarper | inline |