OpenCV  4.1.1-pre
Open Source Computer Vision
Looking for a C++ dev who knows OpenCV?
I'm looking for work. Hire me!
cv::ParamType< std::vector< Mat > > Struct Template Reference

#include <opencv2/core.hpp>

Collaboration diagram for cv::ParamType< std::vector< Mat > >:

Public Types

typedef const std::vector< Mat > & const_param_type
 
typedef std::vector< Matmember_type
 

Static Public Attributes

static const Param type = Param::MAT_VECTOR
 

Member Typedef Documentation

◆ const_param_type

typedef const std::vector<Mat>& cv::ParamType< std::vector< Mat > >::const_param_type

◆ member_type

typedef std::vector<Mat> cv::ParamType< std::vector< Mat > >::member_type

Member Data Documentation

◆ type

const Param cv::ParamType< std::vector< Mat > >::type = Param::MAT_VECTOR
static

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