OpenCV 4.11.0
开源计算机视觉
|
这是cv::detail::RotationWarperBase< P >的所有成员的完整列表,包括所有继承的成员。
buildMaps(Size src_size, InputArray K, InputArray R, OutputArray xmap, OutputArray ymap) CV_OVERRIDE | cv::detail::RotationWarperBase< P > | 虚函数 |
detectResultRoi(Size src_size, Point &dst_tl, Point &dst_br) | cv::detail::RotationWarperBase< P > | protectedvirtual |
detectResultRoiByBorder(Size src_size, Point &dst_tl, Point &dst_br) | cv::detail::RotationWarperBase< P > | protected |
getScale() const CV_OVERRIDE | cv::detail::RotationWarperBase< P > | inlinevirtual |
projector_ | cv::detail::RotationWarperBase< P > | protected |
setScale(float val) CV_OVERRIDE | cv::detail::RotationWarperBase< P > | inlinevirtual |
warp(InputArray src, InputArray K, InputArray R, int interp_mode, int border_mode, OutputArray dst) CV_OVERRIDE | cv::detail::RotationWarperBase< P > | 虚函数 |
warpBackward(InputArray src, InputArray K, InputArray R, int interp_mode, int border_mode, Size dst_size, OutputArray dst) CV_OVERRIDE | cv::detail::RotationWarperBase< P > | 虚函数 |
warpPoint(const Point2f &pt, InputArray K, InputArray R) CV_OVERRIDE | cv::detail::RotationWarperBase< P > | 虚函数 |
warpPointBackward(const Point2f &pt, InputArray K, InputArray R) CV_OVERRIDE | cv::detail::RotationWarperBase< P > | 虚函数 |
warpRoi(Size src_size, InputArray K, InputArray R) CV_OVERRIDE | cv::detail::RotationWarperBase< P > | 虚函数 |
~RotationWarper() | cv::detail::RotationWarper | inlinevirtual |