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