OpenCV
4.10.0
Open Source Computer Vision
|
#include <opencv2/cudev/ptr2d/texture.hpp>
Public Types | |
typedef float | index_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 |