OpenCV  3.2.0-dev
Open Source Computer Vision
cv::cudev::IntegralBody< SrcPtr > Struct Template Reference

#include "reduction.hpp"

Collaboration diagram for cv::cudev::IntegralBody< SrcPtr >:

Public Member Functions

template<typename T >
__host__ void assignTo (GpuMat_< T > &dst, Stream &stream=Stream::Null()) const
 

Public Attributes

SrcPtr src
 

Member Function Documentation

template<class SrcPtr>
template<typename T >
__host__ void cv::cudev::IntegralBody< SrcPtr >::assignTo ( GpuMat_< T > &  dst,
Stream stream = Stream::Null() 
) const
inline

References cv::cudev::gridIntegral().

Here is the call graph for this function:

Member Data Documentation

template<class SrcPtr>
SrcPtr cv::cudev::IntegralBody< SrcPtr >::src

Referenced by cv::cudev::integral_().


The documentation for this struct was generated from the following file: