OpenCV 4.12.0
開源計算機視覺
載入中...
搜尋中...
無匹配項
cv::cudev::UniqueTexture< T, R > 類模板參考

不可複製的智慧 CUDA 紋理物件 更多...

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

cv::cudev::UniqueTexture< T, R > 的協作圖

公共成員函式

__host__ UniqueTexture () noexcept
 
__host__ UniqueTexture (const int rows, const int cols, T *data, const size_t step, const bool normalizedCoords=false, const cudaTextureFilterMode filterMode=cudaFilterModePoint, const cudaTextureAddressMode addressMode=cudaAddressModeClamp, const cudaTextureReadMode readMode=cudaReadModeElementType)
 
__host__ UniqueTexture (const size_t sizeInBytes, T *data, const bool normalizedCoords=false, const cudaTextureFilterMode filterMode=cudaFilterModePoint, const cudaTextureAddressMode addressMode=cudaAddressModeClamp, const cudaTextureReadMode readMode=cudaReadModeElementType)
 
__host__ UniqueTexture (UniqueTexture &&other) noexcept
 
__host__ UniqueTexture (UniqueTexture &)=delete
 
__host__ ~UniqueTexture ()
 
主機端 cudaTextureObject_t get () const noexcept
 
__host__ operator bool () const noexcept
 
__host__ UniqueTextureoperator= (const UniqueTexture &)=delete
 
__host__ UniqueTextureoperator= (UniqueTexture &&other) noexcept
 

詳細描述

template<class T, class R = T>
類 cv::cudev::UniqueTexture< T, R >

不可複製的智慧 CUDA 紋理物件

UniqueTexture 是 cudaTextureObject_t 控制代碼的一個智慧不可共享包裝器,它確保控制代碼在使用後被銷燬。


此類的文件生成自以下檔案