OpenCV  4.10.0
开源计算机视觉
加载中...
正在搜索...
无匹配项
| 命名空间 | | 函数
reduce_to_vec.hpp 文件参考
#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"
包含 reduce_to_vec.hpp 的依赖关系图
此图显示哪些文件直接或间接包含此文件

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 >
 

命名空间

namespace  cv
 文件存储在磁盘上文件相关联的“黑匣子”表示形式。
 
namespace  cv::cudev
 

#define OPENCV_CUDEV_GRID_REDUCE_TO_VEC_HPP
 

函数

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

宏定义文档

◆ OPENCV_CUDEV_GRID_REDUCE_TO_VEC_HPP

#define OPENCV_CUDEV_GRID_REDUCE_TO_VEC_HPP