OpenCV  3.4.16
Open Source Computer Vision
Classes | Namespaces | Macros | Functions
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

 cv
 
 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, AffineMapPtr > cv::cudev::warpAffinePtr (const SrcPtr &src, Size dstSize, const GpuMat_< float > &warpMat)
 
template<class SrcPtr >
__host__ RemapPtr1Sz< typename PtrTraits< SrcPtr >::ptr_type, PerspectiveMapPtr > cv::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