fixed createOpticalFlowNeedleMap

This commit is contained in:
Vladislav Vinogradov
2012-02-08 05:45:47 +00:00
parent fcf9a224fb
commit 237b3ed3a0
2 changed files with 2 additions and 2 deletions

View File

@@ -129,7 +129,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;