Home
last modified time | relevance | path

Searched defs:CvCudevTextureRef (Results 1 – 1 of 1) sorted by relevance

/external/opencv3/modules/cudev/include/opencv2/cudev/ptr2d/
Dtexture.hpp59 template <typename T> struct CvCudevTextureRef struct
61 typedef texture<T, cudaTextureType2D, cudaReadModeElementType> TexRef;
63 static TexRef ref;
65 __host__ static void bind(const cv::cudev::GlobPtrSz<T>& mat, in bind()
81 __host__ static void unbind() in unbind()