|
template<class SrcPtr , typename DstType > |
__host__ void | cv::cudev::gridTranspose (const SrcPtr &src, GpuMat_< DstType > &dst, Stream &stream=Stream::Null()) |
|
template<class SrcPtr , typename DstType > |
__host__ void | cv::cudev::gridTranspose (const SrcPtr &src, const GlobPtrSz< DstType > &dst, Stream &stream=Stream::Null()) |
|
template<class Policy , class SrcPtr , typename DstType > |
__host__ void | cv::cudev::gridTranspose_ (const SrcPtr &src, GpuMat_< DstType > &dst, Stream &stream=Stream::Null()) |
|
template<class Policy , class SrcPtr , typename DstType > |
__host__ void | cv::cudev::gridTranspose_ (const SrcPtr &src, const GlobPtrSz< DstType > &dst, Stream &stream=Stream::Null()) |
|