wanglimin / dense_flow

OpenCV Implementation of different optical flow algorithms
231 stars 202 forks source link

Is it possible to not output RGB images? #22

Closed pfabreu closed 6 years ago

pfabreu commented 6 years ago

I really just want flow images, how should I give the arguments to not output RGB images? Thanks

wanglimin commented 6 years ago

Please just comment the following code:

https://github.com/wanglimin/dense_flow/blob/master/denseFlow_gpu.cpp#L141