Home
last modified time | relevance | path

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

/external/opencv3/samples/tapi/
Dtvl1_optical_flow.cpp106 string vdofile = cmd.get<string>("v"); in main() local
130 if(vdofile.empty()) in main()
133 capture.open(vdofile.c_str()); in main()
137 if(vdofile.empty()) in main()
140 cout << "Capture from file " << vdofile << " failed" <<endl; in main()
Dpyrlk_optical_flow.cpp101 string vdofile = cmd.get<string>("video"); in main() local
126 if(vdofile.empty()) in main()
129 capture.open(vdofile.c_str()); in main()
134 if(vdofile.empty()) in main()
137 cout << "Capture from file " << vdofile << " failed" <<endl; in main()