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

Do not know how to generate the blurred image? #2

Open
HCMSwang opened this issue Aug 3, 2019 · 2 comments
Open

Do not know how to generate the blurred image? #2

HCMSwang opened this issue Aug 3, 2019 · 2 comments

Comments

@HCMSwang
Copy link

HCMSwang commented Aug 3, 2019

In file 'code for generating blurring image ', how to run calc_blurring.p file to generate blurred images. Can you explain how the path of the input image should be organized ? I_blur_rgb=calc_blurimg(u_forward, v_forward,u_backward, v_backward, I_clean_rgb, tau, iter)
What do the parameters of this function mean ?

@panpanfei
Copy link
Owner

Hi
u_forward, v_forward,u_backward, v_backward denote optical flow with different directions.
tau denotes exposure time/time latency.
iter means how many samples you would like to use to generate the blurred image.

Please 'run I_blur_rgb=calc_blurimg(u_forward, v_forward,u_backward, v_backward, I_clean_rgb, tau, iter)' after prepared all inputs

@BrainPotter
Copy link

By the way, where can I change the values of all these input parameters in this program? I found that the calc_blurring.p cannot be changed.

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