OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:imagelistfn
(Results
1 - 1
of
1
) sorted by null
/external/opencv3/samples/cpp/
stereo_calib.cpp
349
string
imagelistfn
;
local
380
imagelistfn
= argv[i];
383
if(
imagelistfn
== "" )
385
imagelistfn
= "../data/stereo_calib.xml";
395
bool ok = readStringList(
imagelistfn
, imagelist);
398
cout << "can not open " <<
imagelistfn
<< " or the string list is empty" << endl;
Completed in 431 milliseconds