HomeSort by relevance Sort by last modified time
    Searched full:vdo_source (Results 1 - 1 of 1) sorted by null

  /external/opencv3/samples/tapi/
hog.cpp 62 string vdo_source; member in class:App
122 vdo_source = cmd.get<string>("v");
165 if (vdo_source!="")
167 vc.open(vdo_source.c_str());
169 throw runtime_error(string("can't open video file: " + vdo_source));
232 if (vdo_source!="" || camera_id!=-1) vc >> frame;

Completed in 71 milliseconds