OpenCV  4.10.0
Open Source Computer Vision
Loading...
Searching...
No Matches
histogram.hpp File Reference
#include "../common.hpp"
#include "../ptr2d/traits.hpp"
#include "../ptr2d/gpumat.hpp"
#include "../ptr2d/mask.hpp"
#include "detail/histogram.hpp"

Classes

struct  cv::cudev::DefaultHistogramPolicy

Namespaces

namespace  cv
 "black box" representation of the file storage associated with a file on disk.
namespace  cv::cudev

Macros

#define OPENCV_CUDEV_GRID_HISTOGRAM_HPP

Functions

template<int BIN_COUNT, class SrcPtr, typename ResType, class MaskPtr>
__host__ void cv::cudev::gridHistogram (const SrcPtr &src, GpuMat_< ResType > &dst, const MaskPtr &mask, Stream &stream=Stream::Null())
template<int BIN_COUNT, class SrcPtr, typename ResType>
__host__ void cv::cudev::gridHistogram (const SrcPtr &src, GpuMat_< ResType > &dst, Stream &stream=Stream::Null())
template<int BIN_COUNT, class Policy, class SrcPtr, typename ResType, class MaskPtr>
__host__ void cv::cudev::gridHistogram_ (const SrcPtr &src, GpuMat_< ResType > &dst, const MaskPtr &mask, Stream &stream=Stream::Null())
template<int BIN_COUNT, class Policy, class SrcPtr, typename ResType>
__host__ void cv::cudev::gridHistogram_ (const SrcPtr &src, GpuMat_< ResType > &dst, Stream &stream=Stream::Null())

Macro Definition Documentation

◆ OPENCV_CUDEV_GRID_HISTOGRAM_HPP

#define OPENCV_CUDEV_GRID_HISTOGRAM_HPP