|
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) |
|
template<typename T>
struct adl_serializer< cv::Mat_< T > >
Definition at line 36 of file Json.hpp.
◆ 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 |
◆ 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 |
The documentation for this struct was generated from the following file: