OpenCV 4.10.0-dev
Open Source Computer Vision
Loading...
Searching...
No Matches
texture.hpp File Reference
Include dependency graph for texture.hpp:
This graph shows which files directly or indirectly include this file:

Classes

struct  cv::cudev::PtrTraits< Texture< T, R > >
 
class  cv::cudev::Texture< T, R >
 sharable smart CUDA texture object More...
 
class  cv::cudev::TextureOff< T, R >
 sharable smart CUDA texture object with offset TextureOff is a smart sharable wrapper for a cudaTextureObject_t handle which ensures that the handle is destroyed after use. More...
 
struct  cv::cudev::TextureOffPtr< T, R >
 
struct  cv::cudev::TexturePtr< T, R >
 Simple lightweight structures that encapsulate information about an image texture on the device. They are intended to be passed to nvcc-compiled code. More...
 
struct  cv::cudev::TexturePtr< uint64, R >
 
class  cv::cudev::UniqueTexture< T, R >
 non-copyable smart CUDA texture object More...
 

Namespaces

namespace  cv
 
namespace  cv::cudev