This is the complete list of members for cv::detail::CylindricalWarperGpu, including all inherited members.
buildMaps(Size src_size, const Mat &K, const Mat &R, Mat &xmap, Mat &ymap) | cv::detail::CylindricalWarperGpu | inlinevirtual |
buildMaps(Size src_size, const Mat &K, const Mat &R, gpu::GpuMat &xmap, gpu::GpuMat &ymap) | cv::detail::CylindricalWarperGpu | |
CylindricalWarper(float scale) | cv::detail::CylindricalWarper | inline |
CylindricalWarperGpu(float scale) | cv::detail::CylindricalWarperGpu | inline |
detectResultRoi(Size src_size, Point &dst_tl, Point &dst_br) | cv::detail::CylindricalWarper | inlineprotectedvirtual |
detectResultRoiByBorder(Size src_size, Point &dst_tl, Point &dst_br) | cv::detail::RotationWarperBase< CylindricalProjector > | protected |
getScale() const | cv::detail::RotationWarperBase< CylindricalProjector > | inline |
projector_ | cv::detail::RotationWarperBase< CylindricalProjector > | protected |
setScale(float val) | cv::detail::RotationWarperBase< CylindricalProjector > | inline |
warp(const Mat &src, const Mat &K, const Mat &R, int interp_mode, int border_mode, Mat &dst) | cv::detail::CylindricalWarperGpu | inlinevirtual |
warp(const gpu::GpuMat &src, const Mat &K, const Mat &R, int interp_mode, int border_mode, gpu::GpuMat &dst) | cv::detail::CylindricalWarperGpu | |
warpBackward(const Mat &src, const Mat &K, const Mat &R, int interp_mode, int border_mode, Size dst_size, Mat &dst) | cv::detail::RotationWarperBase< CylindricalProjector > | virtual |
warpPoint(const Point2f &pt, const Mat &K, const Mat &R) | cv::detail::RotationWarperBase< CylindricalProjector > | virtual |
warpRoi(Size src_size, const Mat &K, const Mat &R) | cv::detail::RotationWarperBase< CylindricalProjector > | virtual |
~RotationWarper() | cv::detail::RotationWarper | inlinevirtual |