OpenCV 4.10.0
开源计算机视觉
|
这是带有所有继承成员的 cv::cudev::Texture< T, R > 的完整成员列表。
cols | cv::cudev::Texture< T, R > | |
operator bool()() const noexcept | cv::cudev::Texture< T, R > | inlineexplicit |
operator TexturePtr< T, R >() const | cv::cudev::Texture< T, R > | inline |
operator=(const Texture &)=default | cv::cudev::Texture< T, R > | |
operator=(Texture &&)=default | cv::cudev::Texture< T, R > | |
rows | cv::cudev::Texture< T, R > | |
texture | cv::cudev::Texture< T, R > | 受保护的 |
Texture()=default | cv::cudev::Texture< T, R > | |
Texture(const Texture &)=default | cv::cudev::Texture< T, R > | |
Texture(Texture &&)=default | cv::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 > | inline |
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 > | inline |
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 > | inline |