![]() |
OpenCV 4.12.0
開源計算機視覺
|
可共享的帶偏移的智慧 CUDA 紋理物件 TextureOff 是 cudaTextureObject_t 控制代碼的一個智慧可共享包裝器,確保在使用後銷燬該控制代碼。 更多...
#include <opencv2/cudev/ptr2d/texture.hpp>
公共成員函式 | |
| __host__ | TextureOff (const int rows, const int cols, T *data, const size_t step, const int yoff_=0, const int xoff_=0, const bool normalizedCoords=false, const cudaTextureFilterMode filterMode=cudaFilterModePoint, const cudaTextureAddressMode addressMode=cudaAddressModeClamp, const cudaTextureReadMode readMode=cudaReadModeElementType) |
| TextureOff (const TextureOff &)=default | |
| __host__ | TextureOff (PtrStepSz< T > src, const int yoff_=0, const int xoff_=0, const bool normalizedCoords=false, const cudaTextureFilterMode filterMode=cudaFilterModePoint, const cudaTextureAddressMode addressMode=cudaAddressModeClamp, const cudaTextureReadMode readMode=cudaReadModeElementType) |
| TextureOff (TextureOff &&)=default | |
| __host__ | operator TextureOffPtr< T, R > () const |
| TextureOff & | operator= (const TextureOff &)=default |
| TextureOff & | operator= (TextureOff &&)=default |
可共享的帶偏移的智慧 CUDA 紋理物件 TextureOff 是 cudaTextureObject_t 控制代碼的一個智慧可共享包裝器,確保在使用後銷燬該控制代碼。