Home
last modified time | relevance | path

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

/external/opencv3/samples/tapi/
Dhog.cpp61 string img_source; member in App
123 img_source = cmd.get<string>("i"); in App()
185 imread(img_source).copyTo(frame); in run()
187 throw runtime_error(string("can't open image file: " + img_source)); in run()
238 if (img_source!="") // wirte image in run()