mirror of
https://github.com/opencv/opencv.git
synced 2024-11-26 20:20:20 +08:00
ecd827fc8e
[GSoC] FileStorage: Add base64 support for reading and writting XML\YML file. The two new functions: ``` void cvWriteRawData_Base64(cv::FileStorage & fs, const void* _data, int len, const char* dt); void cvWriteMat_Base64(cv::FileStorage & fs, cv::String const & name, cv::Mat const & mat); ``` |
||
---|---|---|
.. | ||
opencv2 |