mirror of
https://github.com/opencv/opencv.git
synced 2025-07-22 20:39:41 +08:00
![]() ```cpp cvWriteMat_Base64(::cv::FileStorage & fs, ::cv::String const & name, ::cv::Mat const & mat) ``` becomes: ```cpp CV_EXPORTS void cvWriteMat_Base64(::CvFileStorage* fs, const char* name, const ::CvMat* mat); CV_EXPORTS void cvWriteMatND_Base64(::CvFileStorage* fs, const char* name, const ::CvMatND* mat); ``` |
||
---|---|---|
.. | ||
core | ||
core.hpp |