OpenCV  4.10.0
开源计算机视觉库
正在加载...
正在搜索...
没有匹配项
公共类型 | 公共成员函数 | 所有成员列表
cv::cudev::TexturePtr< T, R > 结构模板参考

简单的轻量级结构,封装了设备上图像纹理的信息。它们旨在传递给 nvcc 编译的代码。 更多...

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

cv::cudev::TexturePtr< T, R > 的协作图

公共类型

typedef R elem_type
 
typedef float index_type
 
typedef R value_type
 

公共成员函数

__host__ TexturePtr ()
 
__host__ TexturePtr (const cudaTextureObject_t tex_)
 
__device__ __forceinline__ R operator() (index_type x) const
 
__device__ __forceinline__ R operator() (index_type y, index_type x) const
 

详细说明

template<class T, class R = T>
struct cv::cudev::TexturePtr< T, R >

简单的轻量级结构,封装了设备上图像纹理的信息。它们旨在传递给 nvcc 编译的代码。


该结构的文档由以下文件生成