Home
last modified time | relevance | path

Searched refs:storageOut (Results 1 – 2 of 2) sorted by relevance

/external/opencv3/modules/ts/src/
Dts_perf.cpp238 if (storageOut.isOpened()) in ~Regression()
241 storageOut << "}"; in ~Regression()
242 storageOut.release(); in ~Regression()
248 if (!storageOut.isOpened() && !storageOutPath.empty()) in write()
252 storageOut.open(storageOutPath, mode); in write()
253 if (!storageOut.isOpened()) in write()
263 return storageOut; in write()
/external/opencv3/modules/ts/include/opencv2/ts/
Dts_perf.hpp189 cv::FileStorage storageOut; member in perf::Regression