Volume Cartographer 2.27.0
Static Public Member Functions | List of all members
adl_serializer< cv::Mat_< T > > Struct Template Reference

Static Public Member Functions

template<class JsonT >
static void to_json (JsonT &j, const cv::Mat_< T > &m)
 
template<class JsonT >
static void from_json (const JsonT &j, cv::Mat_< T > &m)
 

Detailed Description

template<typename T>
struct adl_serializer< cv::Mat_< T > >

Definition at line 36 of file Json.hpp.

Member Function Documentation

◆ from_json()

template<typename T >
template<class JsonT >
static void adl_serializer< cv::Mat_< T > >::from_json ( const JsonT &  j,
cv::Mat_< T > &  m 
)
inlinestatic

Definition at line 52 of file Json.hpp.

◆ to_json()

template<typename T >
template<class JsonT >
static void adl_serializer< cv::Mat_< T > >::to_json ( JsonT &  j,
const cv::Mat_< T > &  m 
)
inlinestatic

Definition at line 39 of file Json.hpp.


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