Commit 59acbb11 authored by Vladislav Vinogradov's avatar Vladislav Vinogradov

minor

parent 9a235862
......@@ -127,7 +127,7 @@ int main(int argc, const char* argv[])
GpuMat d_vertex, d_colors;
createOpticalFlowNeedleMap(d_fu, d_fv, d_vertex, d_colors);
createOpticalFlowNeedleMap(d_bu, d_bv, 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