mirror of
https://github.com/opencv/opencv.git
synced 2025-01-18 14:13:15 +08:00
updated optical_flow samples
This commit is contained in:
parent
c326de43c1
commit
c4792c0102
@ -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…
Reference in New Issue
Block a user