OpenCV  4.10.0
开源计算机视觉
加载中...
搜索中...
无匹配项
| 命名空间 | | 函数
interpolation.hpp 文件参考
#include "../common.hpp"
#include "../util/vec_traits.hpp"
#include "../util/saturate_cast.hpp"
#include "../util/type_traits.hpp"
#include "../util/limits.hpp"
#include "traits.hpp"
包含 interpolation.hpp 中依赖项的图表
此图表显示直接或间接包含此文件的那些文件

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 > >
 

命名空间

namespace  cv
 磁盘上文件关联的文件存储的“黑盒”表示。
 
namespace  cv::cudev
 

#define OPENCV_CUDEV_PTR2D_INTERPOLATION_HPP
 

函数

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

宏定义文档

◆ OPENCV_CUDEV_PTR2D_INTERPOLATION_HPP

#define OPENCV_CUDEV_PTR2D_INTERPOLATION_HPP