OpenCV  3.4.20-dev
Open Source Computer Vision
Classes | Namespaces | Macros | Functions
constant.hpp File Reference
#include "../common.hpp"
#include "traits.hpp"

Classes

struct  cv::cudev::ConstantPtr< T >
 
struct  cv::cudev::ConstantPtrSz< T >
 
struct  cv::cudev::PtrTraits< ConstantPtrSz< T > >
 

Namespaces

 cv
 
 cv::cudev
 

Macros

#define OPENCV_CUDEV_PTR2D_CONSTANT_HPP
 

Functions

template<typename T >
__host__ ConstantPtr< T > cv::cudev::constantPtr (T value)
 
template<typename T >
ConstantPtrSz< T > __host__ cv::cudev::constantPtr (T value, int rows, int cols)
 

Macro Definition Documentation

◆ OPENCV_CUDEV_PTR2D_CONSTANT_HPP

#define OPENCV_CUDEV_PTR2D_CONSTANT_HPP