Home
last modified time | relevance | path

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

/external/opencv3/modules/ts/src/
Dts_perf.cpp213 if (storageIn.open(storageInPath, cv::FileStorage::READ)) in init()
215 rootIn = storageIn.root(); in init()
226 if(!storageIn.isOpened()) in init()
236 if (storageIn.isOpened()) in ~Regression()
237 storageIn.release(); in ~Regression()
250 int mode = (storageIn.isOpened() && storageInPath == storageOutPath) in write()
/external/opencv3/modules/ts/include/opencv2/ts/
Dts_perf.hpp188 cv::FileStorage storageIn; member in perf::Regression