template struct cv::cudev::FindMinMaxValExprBody
#include <reduction.hpp> template <class SrcPtr> struct FindMinMaxValExprBody { // fields SrcPtr src; // methods template <typename T> __host__ void assignTo( GpuMat_<T>& dst, Stream& stream = Stream::Null() ) const; };