wanglimin / dense_flow

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

Optical flow images using CPU and using GPU difference #7

Closed ae86208 closed 8 years ago

ae86208 commented 8 years ago

What's the major difference between optical flow images extracted using CPU and those using GPU? Do the results differ a lot?

wanglimin commented 8 years ago

GPU and CPU implement the same optical flow algorithms, but GPU is much faster. In current version, three optical flow algorithms are implemented by GPU, including Brox, TVL1, Farneback. But only one optical flow algorithm (Farneback) is implemented by CPU. The results of different optical flow algorithms may have some differences.