OpenCV
4.10.0
Open Source Computer Vision
|
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, 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) |
#define OPENCV_CUDEV_PTR2D_WARPING_HPP |