OpenCV
4.9.0
Open Source Computer Vision
|
This is the complete list of members for cv::cudev::TextureOff< T, R >, including all inherited members.
operator TextureOffPtr< T, R >() const | cv::cudev::TextureOff< T, R > | inline |
operator=(const TextureOff &)=default | cv::cudev::TextureOff< T, R > | |
operator=(TextureOff &&)=default | cv::cudev::TextureOff< T, R > | |
TextureOff(const TextureOff &)=default | cv::cudev::TextureOff< T, R > | |
TextureOff(TextureOff &&)=default | cv::cudev::TextureOff< T, R > | |
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) | cv::cudev::TextureOff< T, R > | inline |
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) | cv::cudev::TextureOff< T, R > | inline |