OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:frame2_path
(Results
1 - 1
of
1
) sorted by null
/external/opencv3/modules/video/test/
test_tvl1optflow.cpp
147
const string
frame2_path
= TS::ptr()->get_data_path() + "optflow/RubberWhale2.png";
local
151
Mat frame2 = imread(
frame2_path
, IMREAD_GRAYSCALE);
Completed in 37 milliseconds