OpenCV  3.4.20-dev
Open Source Computer Vision
Classes | Namespaces | Macros | Functions
transpose.hpp File Reference
#include "../common.hpp"
#include "../ptr2d/traits.hpp"
#include "../ptr2d/gpumat.hpp"
#include "../ptr2d/glob.hpp"
#include "detail/transpose.hpp"

Classes

struct  cv::cudev::DefaultTransposePolicy
 

Namespaces

 cv
 
 cv::cudev
 

Macros

#define OPENCV_CUDEV_GRID_TRANSPOSE_HPP
 

Functions

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())
 

Macro Definition Documentation

◆ OPENCV_CUDEV_GRID_TRANSPOSE_HPP

#define OPENCV_CUDEV_GRID_TRANSPOSE_HPP