OpenCV 4.11.0
开源计算机视觉库
加载中…
搜索中…
无匹配项
cv::cudev::Texture< T, R > 成员列表

这是cv::cudev::Texture< T, R >的所有成员的完整列表,包括所有继承的成员。

列数 (cols)cv::cudev::Texture< T, R >
operator bool() const noexceptcv::cudev::Texture< T, R >内联显式
operator TexturePtr< T, R >() constcv::cudev::Texture< T, R >内联
operator=(const Texture &)=defaultcv::cudev::Texture< T, R >
operator=(Texture &&)=defaultcv::cudev::Texture< T, R >
行数 (rows)cv::cudev::Texture< T, R >
Texture()=defaultcv::cudev::Texture< T, R >
Texture(const Texture &)=defaultcv::cudev::Texture< T, R >
Texture(Texture &&)=defaultcv::cudev::Texture< T, R >
Texture(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)cv::cudev::Texture< T, R >内联
Texture(const size_t sizeInBytes, T *data, const bool normalizedCoords=false, const cudaTextureFilterMode filterMode=cudaFilterModePoint, const cudaTextureAddressMode addressMode=cudaAddressModeClamp, const cudaTextureReadMode readMode=cudaReadModeElementType)cv::cudev::Texture< T, R >内联
Texture(PtrStepSz< T > src, const bool normalizedCoords=false, const cudaTextureFilterMode filterMode=cudaFilterModePoint, const cudaTextureAddressMode addressMode=cudaAddressModeClamp, const cudaTextureReadMode readMode=cudaReadModeElementType)cv::cudev::Texture< T, R >内联
纹理 (texture)cv::cudev::Texture< T, R >受保护的 (protected)