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