You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ?
The text was updated successfully, but these errors were encountered:
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
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 ?
The text was updated successfully, but these errors were encountered: