OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:storageout
(Results
1 - 2
of
2
) sorted by null
/external/opencv3/modules/ts/src/
ts_perf.cpp
238
if (
storageOut
.isOpened())
241
storageOut
<< "}";
242
storageOut
.release();
248
if (!
storageOut
.isOpened() && !storageOutPath.empty())
252
storageOut
.open(storageOutPath, mode);
253
if (!
storageOut
.isOpened())
260
//TODO: write content of rootIn node into the
storageOut
263
return
storageOut
;
[
all
...]
/external/opencv3/modules/ts/include/opencv2/ts/
ts_perf.hpp
189
cv::FileStorage
storageOut
;
Completed in 1917 milliseconds