mirror of
https://github.com/opencv/opencv.git
synced 2024-11-28 13:10:12 +08:00
minor
This commit is contained in:
parent
9a2358628b
commit
59acbb1112
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user