updated optical_flow samples

pull/13383/head
Vladislav Vinogradov 13 years ago
parent c326de43c1
commit c4792c0102
  1. 2
      samples/gpu/optical_flow.cpp

@ -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;

Loading…
Cancel
Save