首页 > TAG信息列表 > FileStorage

opencv中XML文件的读与写

opencv中XML文件的读与写 OpenCV中有相关的函数对XML文件进行写与读的操作, FileStorage fs("../xml/read.xml", FileStorage::WRITE); FileStorage fs2("../xml/read.xml",FileStorage::READ);   #include<opencv2/opencv.hpp> #include<vector> using namespace st