OpenCV
4.10.0
Open Source Computer Vision
|
#include "../common.hpp"
#include "../grid/reduce.hpp"
#include "../grid/histogram.hpp"
#include "../grid/integral.hpp"
#include "../grid/reduce_to_vec.hpp"
#include "../ptr2d/traits.hpp"
#include "expr.hpp"
Namespaces | |
namespace | cv |
"black box" representation of the file storage associated with a file on disk. | |
namespace | cv::cudev |
Macros | |
#define | OPENCV_CUDEV_EXPR_REDUCTION_HPP |
Functions | |
template<class SrcPtr > | |
__host__ Expr< CountNonZeroExprBody< SrcPtr > > | cv::cudev::countNonZero_ (const SrcPtr &src) |
template<int BIN_COUNT, class SrcPtr > | |
__host__ Expr< HistogramBody< BIN_COUNT, SrcPtr > > | cv::cudev::histogram_ (const SrcPtr &src) |
template<class SrcPtr > | |
__host__ Expr< IntegralBody< SrcPtr > > | cv::cudev::integral_ (const SrcPtr &src) |
template<class SrcPtr > | |
__host__ Expr< FindMaxValExprBody< SrcPtr > > | cv::cudev::maxVal_ (const SrcPtr &src) |
template<class SrcPtr > | |
__host__ Expr< FindMinMaxValExprBody< SrcPtr > > | cv::cudev::minMaxVal_ (const SrcPtr &src) |
template<class SrcPtr > | |
__host__ Expr< FindMinValExprBody< SrcPtr > > | cv::cudev::minVal_ (const SrcPtr &src) |
template<class Reductor , class SrcPtr > | |
__host__ Expr< ReduceToColumnBody< Reductor, SrcPtr > > | cv::cudev::reduceToColumn_ (const SrcPtr &src) |
template<class Reductor , class SrcPtr > | |
__host__ Expr< ReduceToRowBody< Reductor, SrcPtr > > | cv::cudev::reduceToRow_ (const SrcPtr &src) |
template<class SrcPtr > | |
__host__ Expr< SumExprBody< SrcPtr > > | cv::cudev::sum_ (const SrcPtr &src) |
#define OPENCV_CUDEV_EXPR_REDUCTION_HPP |