Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Optical flow images using CPU and using GPU difference #7

Closed
ae86208 opened this issue Aug 2, 2016 · 1 comment
Closed

Optical flow images using CPU and using GPU difference #7

ae86208 opened this issue Aug 2, 2016 · 1 comment

Comments

@ae86208
Copy link

ae86208 commented Aug 2, 2016

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

@wanglimin
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants