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

Which method dose this code use? #2

Open
zhaorui0907 opened this issue Apr 25, 2017 · 2 comments
Open

Which method dose this code use? #2

zhaorui0907 opened this issue Apr 25, 2017 · 2 comments

Comments

@zhaorui0907
Copy link

I learned that there is several method for optical flow extraction.I want to know what' your principle.Is there a paper for this?

@blgnksy
Copy link

blgnksy commented Apr 26, 2017

This tool uses Brox algorithm. As you can see at the beginning of the compute.cpp file.
// compute_flow.cpp
// Computes OpenCV GPU Brox et al. [1] and Zach et al. [2] TVL1 Optical Flow .

@Victoria2333
Copy link

@blgnksy Hi,I see this cpp refers to two references:
[1] T. Brox, A. Bruhn, N. Papenberg, J. Weickert. High accuracy optical flow estimation based on a theory for warping. ECCV 2004.
[2] C. Zach, T. Pock, H. Bischof: A duality based approach for realtime TV-L 1 optical flow. DAGM 2007.
So the algorithm used in compute_flow.cpp is the combination of two methods or just brox algorithm??
Coz I couldn't configurate the environment well,i just want to find some substitute but if it is being modified,i only need to fix the incompatibily issue...
Thanks~~

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

3 participants