Closed ae86208 closed 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.
What's the major difference between optical flow images extracted using CPU and those using GPU? Do the results differ a lot?