MYNT EYE S SDK  2.3.1
http://www.myntai.com/mynteye/standard
mynteye::ObjMat2 Struct Reference

Input & output object of two cv::Mat. More...

Inheritance diagram for mynteye::ObjMat2:
mynteye::Object

Public Attributes

cv::Mat first
 The first value.
 
std::uint16_t first_id
 The first id.
 
std::shared_ptr< ImgDatafirst_data
 The first data.
 
cv::Mat second
 The second value.
 
std::uint16_t second_id
 The second id.
 
std::shared_ptr< ImgDatasecond_data
 The second data.
 

Additional Inherited Members

- Static Public Member Functions inherited from mynteye::Object
template<typename T >
static T * Cast (Object *obj)
 Cast the obj to T pointer.
 
template<typename T >
static const T * Cast (const Object *obj)
 Cast the obj to const T pointer.
 

Detailed Description

Input & output object of two cv::Mat.