![]()  | 
  
    OpenCV 4.11.0
    
   Open Source Computer Vision 
   | 
 
Simple lightweight structures that encapsulate information about an image texture on the device. They are intended to be passed to nvcc-compiled code. More...
#include <opencv2/cudev/ptr2d/texture.hpp>
Public Types | |
| typedef R | elem_type | 
| typedef float | index_type | 
| typedef R | value_type | 
Public Member Functions | |
| __host__ | TexturePtr () | 
| __host__ | TexturePtr (const cudaTextureObject_t tex_) | 
| __device__ __forceinline__ R | operator() (index_type x) const | 
| __device__ __forceinline__ R | operator() (index_type y, index_type x) const | 
Simple lightweight structures that encapsulate information about an image texture on the device. They are intended to be passed to nvcc-compiled code.