Lines Matching refs:fs
97 FileStorage fs(xml, FileStorage::READ);
98 if (!fs.isOpened())
100 fs.open(xml, FileStorage::WRITE);
101 if (!fs.isOpened())
106 fs << "exp_kps1" << kps1;
107 fs << "exp_kps2" << kps2;
108 fs.release();
109 fs.open(xml, FileStorage::READ);
110 if (!fs.isOpened())
118 read( fs["exp_kps1"], exp_kps1, Mat() );
119 read( fs["exp_kps2"], exp_kps2, Mat() );
120 fs.release();