OpenCV  4.10.0
Open Source Computer Vision
Loading...
Searching...
No Matches
warping.hpp File Reference
#include "../common.hpp"
#include "traits.hpp"
#include "remap.hpp"
#include "gpumat.hpp"

Classes

struct  cv::cudev::AffineMapPtr
struct  cv::cudev::AffineMapPtrSz
struct  cv::cudev::PerspectiveMapPtr
struct  cv::cudev::PerspectiveMapPtrSz
struct  cv::cudev::PtrTraits< AffineMapPtrSz >
struct  cv::cudev::PtrTraits< PerspectiveMapPtrSz >

Namespaces

namespace  cv
 "black box" representation of the file storage associated with a file on disk.
namespace  cv::cudev

Macros

#define OPENCV_CUDEV_PTR2D_WARPING_HPP

Functions

static __host__ AffineMapPtrSz cv::cudev::affineMap (Size dstSize, const GpuMat_< float > &warpMat)
static __host__ PerspectiveMapPtrSz cv::cudev::perspectiveMap (Size dstSize, const GpuMat_< float > &warpMat)
template<class SrcPtr>
__host__ RemapPtr1Sz< typename PtrTraits< SrcPtr >::ptr_type, AffineMapPtrcv::cudev::warpAffinePtr (const SrcPtr &src, Size dstSize, const GpuMat_< float > &warpMat)
template<class SrcPtr>
__host__ RemapPtr1Sz< typename PtrTraits< SrcPtr >::ptr_type, PerspectiveMapPtrcv::cudev::warpPerspectivePtr (const SrcPtr &src, Size dstSize, const GpuMat_< float > &warpMat)

Macro Definition Documentation

◆ OPENCV_CUDEV_PTR2D_WARPING_HPP

#define OPENCV_CUDEV_PTR2D_WARPING_HPP