Searched defs:CvCudevTextureRef (Results 1 – 1 of 1) sorted by relevance
59 template <typename T> struct CvCudevTextureRef struct61 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()