OpenCV  3.3.1
Open Source Computer Vision
Classes | Namespaces | Macros | Functions
reduce_to_vec.hpp File Reference
#include "../common.hpp"
#include "../util/vec_traits.hpp"
#include "../util/limits.hpp"
#include "../util/saturate_cast.hpp"
#include "../ptr2d/traits.hpp"
#include "../ptr2d/gpumat.hpp"
#include "../ptr2d/mask.hpp"
#include "../functional/functional.hpp"
#include "detail/reduce_to_column.hpp"
#include "detail/reduce_to_row.hpp"

Classes

struct  cv::cudev::Avg< T >
 
struct  cv::cudev::DefaultReduceToVecPolicy
 
struct  cv::cudev::Max< T >
 
struct  cv::cudev::Min< T >
 
struct  cv::cudev::Max< T >::rebind< U >
 
struct  cv::cudev::Min< T >::rebind< U >
 
struct  cv::cudev::Avg< T >::rebind< U >
 
struct  cv::cudev::Sum< T >::rebind< U >
 
struct  cv::cudev::Sum< T >
 

Namespaces

 cv
 
 cv::cudev
 

Macros

#define OPENCV_CUDEV_GRID_REDUCE_TO_VEC_HPP
 

Functions

template<class Reductor , class SrcPtr , typename ResType , class MaskPtr >
__host__ void cv::cudev::gridReduceToColumn (const SrcPtr &src, GpuMat_< ResType > &dst, const MaskPtr &mask, Stream &stream=Stream::Null())
 
template<class Reductor , class SrcPtr , typename ResType >
__host__ void cv::cudev::gridReduceToColumn (const SrcPtr &src, GpuMat_< ResType > &dst, Stream &stream=Stream::Null())
 
template<class Reductor , class Policy , class SrcPtr , typename ResType , class MaskPtr >
__host__ void cv::cudev::gridReduceToColumn_ (const SrcPtr &src, GpuMat_< ResType > &dst, const MaskPtr &mask, Stream &stream=Stream::Null())
 
template<class Reductor , class Policy , class SrcPtr , typename ResType >
__host__ void cv::cudev::gridReduceToColumn_ (const SrcPtr &src, GpuMat_< ResType > &dst, Stream &stream=Stream::Null())
 
template<class Reductor , class SrcPtr , typename ResType , class MaskPtr >
__host__ void cv::cudev::gridReduceToRow (const SrcPtr &src, GpuMat_< ResType > &dst, const MaskPtr &mask, Stream &stream=Stream::Null())
 
template<class Reductor , class SrcPtr , typename ResType >
__host__ void cv::cudev::gridReduceToRow (const SrcPtr &src, GpuMat_< ResType > &dst, Stream &stream=Stream::Null())
 

Macro Definition Documentation

§ OPENCV_CUDEV_GRID_REDUCE_TO_VEC_HPP

#define OPENCV_CUDEV_GRID_REDUCE_TO_VEC_HPP