OpenCV 4.12.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_)
 
裝置端 強制內聯 R operator() (index_type x) const
 
裝置端 強制內聯 R operator() (index_type y, index_type x) const
 

詳細描述

template<class T, class R = T>
結構體 cv::cudev::TexturePtr< T, R >

簡單的輕量級結構,封裝了裝置上影像紋理的資訊。 它們旨在傳遞給 nvcc 編譯的程式碼。


此結構體的文件由以下檔案生成