OpenCV  4.10.0
Open Source Computer Vision
Loading...
Searching...
No Matches
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::Sum< T >::rebind< U >
struct  cv::cudev::Avg< T >::rebind< U >
struct  cv::cudev::Min< T >::rebind< U >
struct  cv::cudev::Max< T >::rebind< U >
struct  cv::cudev::Sum< T >

Namespaces

namespace  cv
 "black box" representation of the file storage associated with a file on disk.
namespace  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