24 #ifndef FILEFORMATUTILS_H
25 #define FILEFORMATUTILS_H
37 #include <opencv2/core.hpp>
50 static bool decodeXMLMatrix(
const TiXmlElement *xml_matrix,
int &type,
int &rows,
int &cols);
80 static TiXmlElement *
createXMLMatrix(
const char *element_name,
const cv::Mat &matrix);
This file defines library export definitions, version numbers and build information.