OpenCV 4.11.0
开源计算机视觉
加载中…
搜索中…
无匹配项
cv::cudev::CubicInterPtrSz< SrcPtr > 结构模板参考

#include <opencv2/cudev/ptr2d/interpolation.hpp>

cv::cudev::CubicInterPtrSz< SrcPtr > 的协作图

公有属性

int cols
 
int rows
 
- 继承自 cv::cudev::CubicInterPtr< SrcPtr > 的公有属性
SrcPtr src
 

其他继承成员

- 继承自 cv::cudev::CubicInterPtr< SrcPtr > 的公有类型
typedef float index_type
 
typedef PtrTraits< SrcPtr >::value_type value_type
 
- 继承自 cv::cudev::CubicInterPtr< SrcPtr > 的公有成员函数
__device__ PtrTraits< SrcPtr >::value_type operator() (float y, float x) const
 
- 继承自 cv::cudev::CubicInterPtr< SrcPtr > 的静态公有成员函数
static __device__ float bicubicCoeff (float x_)
 

成员数据文档

◆ cols

template<class SrcPtr >
int cv::cudev::CubicInterPtrSz< SrcPtr >::cols

◆ rows

template<class SrcPtr >
int cv::cudev::CubicInterPtrSz< SrcPtr >::rows

此结构体的文档是从以下文件生成的