I know how to load/save a cv::Mat
instance into a XML-file (See this question).
But what I really need, is to parse a std::string
(or char *
) that contains the XML, and get the cv::Mat
. Say I get the XML out of a database, and not from a file.
Is that possible?