Commit c4792c01 authored by Vladislav Vinogradov's avatar Vladislav Vinogradov

updated optical_flow samples

parent c326de43
......@@ -127,7 +127,7 @@ int main(int argc, const char* argv[])
GpuMat d_vertex, d_colors;
createOpticalFlowNeedleMap(d_bu, d_bv, d_vertex, d_colors);
createOpticalFlowNeedleMap(d_fu, d_fv, d_vertex, d_colors);
#endif
cout << "Interpolating..." << endl;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment