Home
last modified time | relevance | path

Searched refs:gridTranspose (Results 1 – 3 of 3) sorted by relevance

/external/opencv3/modules/cudaarithm/src/cuda/
Dtranspose.cu85 gridTranspose(globPtr<int>(src), globPtr<int>(dst), stream); in transpose()
89 gridTranspose(globPtr<double>(src), globPtr<double>(dst), stream); in transpose()
/external/opencv3/modules/cudev/include/opencv2/cudev/grid/
Dtranspose.hpp93 __host__ void gridTranspose(const SrcPtr& src, GpuMat_<DstType>& dst, Stream& stream = Stream::Null… in gridTranspose() function
99 __host__ void gridTranspose(const SrcPtr& src, const GlobPtrSz<DstType>& dst, Stream& stream = Stre… in gridTranspose() function
/external/opencv3/modules/cudev/include/opencv2/cudev/expr/
Dwarping.hpp159 gridTranspose(src, dst, stream); in assignTo()