OpenCV  4.10.0
Open Source Computer Vision
Loading...
Searching...
No Matches
interpolation.hpp File Reference

Classes

struct  cv::cudev::CommonAreaInterPtr< SrcPtr >
struct  cv::cudev::CommonAreaInterPtrSz< SrcPtr >
struct  cv::cudev::CubicInterPtr< SrcPtr >
struct  cv::cudev::CubicInterPtrSz< SrcPtr >
struct  cv::cudev::IntegerAreaInterPtr< SrcPtr >
struct  cv::cudev::IntegerAreaInterPtrSz< SrcPtr >
struct  cv::cudev::LinearInterPtr< SrcPtr >
struct  cv::cudev::LinearInterPtrSz< SrcPtr >
struct  cv::cudev::NearestInterPtr< SrcPtr >
struct  cv::cudev::NearestInterPtrSz< SrcPtr >
struct  cv::cudev::PtrTraits< CommonAreaInterPtrSz< SrcPtr > >
struct  cv::cudev::PtrTraits< CubicInterPtrSz< SrcPtr > >
struct  cv::cudev::PtrTraits< IntegerAreaInterPtrSz< SrcPtr > >
struct  cv::cudev::PtrTraits< LinearInterPtrSz< SrcPtr > >
struct  cv::cudev::PtrTraits< NearestInterPtrSz< SrcPtr > >

Namespaces

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

Macros

#define OPENCV_CUDEV_PTR2D_INTERPOLATION_HPP

Functions

template<class SrcPtr>
__host__ IntegerAreaInterPtrSz< typename PtrTraits< SrcPtr >::ptr_typecv::cudev::interArea (const SrcPtr &src, Size areaSize)
template<class SrcPtr>
__host__ CommonAreaInterPtrSz< typename PtrTraits< SrcPtr >::ptr_typecv::cudev::interArea (const SrcPtr &src, Size2f areaSize)
template<class SrcPtr>
__host__ CubicInterPtrSz< typename PtrTraits< SrcPtr >::ptr_typecv::cudev::interCubic (const SrcPtr &src)
template<class SrcPtr>
__host__ LinearInterPtrSz< typename PtrTraits< SrcPtr >::ptr_typecv::cudev::interLinear (const SrcPtr &src)
template<class SrcPtr>
__host__ NearestInterPtrSz< typename PtrTraits< SrcPtr >::ptr_typecv::cudev::interNearest (const SrcPtr &src)

Macro Definition Documentation

◆ OPENCV_CUDEV_PTR2D_INTERPOLATION_HPP

#define OPENCV_CUDEV_PTR2D_INTERPOLATION_HPP