OpenCV
4.0.0
Open Source Computer Vision
|
#include "../common.hpp"
#include "../util/vec_traits.hpp"
#include "../expr/expr.hpp"
#include "glob.hpp"
#include "detail/gpumat.hpp"
Classes | |
class | cv::cudev::GpuMat_< T > |
struct | cv::cudev::PtrTraits< GpuMat_< T > > |
Namespaces | |
cv | |
"black box" representation of the file storage associated with a file on disk. | |
cv::cudev | |
Macros | |
#define | OPENCV_CUDEV_PTR2D_GPUMAT_HPP |
Functions | |
template<int cn, typename T > | |
__host__ GpuMat_< typename MakeVec< typename VecTraits< T >::elem_type, cn >::type > | cv::cudev::reshape_ (const GpuMat_< T > &mat, int rows=0) |
#define OPENCV_CUDEV_PTR2D_GPUMAT_HPP |