HomeSort by relevance Sort by last modified time
    Searched refs:storageIn (Results 1 - 2 of 2) sorted by null

  /external/opencv3/modules/ts/src/
ts_perf.cpp 213 if (storageIn.open(storageInPath, cv::FileStorage::READ))
215 rootIn = storageIn.root();
226 if(!storageIn.isOpened())
236 if (storageIn.isOpened())
237 storageIn.release();
250 int mode = (storageIn.isOpened() && storageInPath == storageOutPath)
    [all...]
  /external/opencv3/modules/ts/include/opencv2/ts/
ts_perf.hpp 188 cv::FileStorage storageIn;

Completed in 4002 milliseconds