opencv2/cudev/grid/transpose.hpp#
#include <../common.hpp>
#include <../ptr2d/traits.hpp>
#include <../ptr2d/gpumat.hpp>
#include <../ptr2d/glob.hpp>
#include <detail/transpose.hpp>
Include dependency graph for transpose.hpp:
This graph shows which files directly or indirectly include transpose.hpp:
Classes#
struct cv::cudev::DefaultTransposePolicy
Namespaces#
namespace cv
namespace cv::cudev
Functions#
void cv::cudev::gridTranspose (const SrcPtr &src, const GlobPtrSz< DstType > &dst, Stream &stream=Stream::Null())
void cv::cudev::gridTranspose (const SrcPtr &src, GpuMat_< DstType > &dst, Stream &stream=Stream::Null())
void cv::cudev::gridTranspose_ (const SrcPtr &src, const GlobPtrSz< DstType > &dst, Stream &stream=Stream::Null())
void cv::cudev::gridTranspose_ (const SrcPtr &src, GpuMat_< DstType > &dst, Stream &stream=Stream::Null())