Ask Your Question
0

SuperResolution parameters

asked 2014-02-11 08:55:10 -0600

TerryS gravatar image

I have a question about the parameters 'Iterations' and 'Temporal Radius' set during a super-resolution. superRes->set("iterations", iterations); superRes->set("temporalAreaRadius", temporalAreaRadius); Does the temporalAreaRadius define the number of images used in the super-resolution? Or is it part of the optical flow defining the area that it allows a pixel to move? One of the white papers referenced mentions using 5 images in a sliding window being used for super-resolution. If so, how come we usually skip the first frame as opposed to the first two? Is the 'iterations' parameter part of the optical flow, or defining a limit to the number of tries to obtain a super-resolution solution? Thanks for your help!

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
1

answered 2014-02-11 10:37:43 -0600

Vladislav Vinogradov gravatar image
  • temporalAreaRadius - the number of images used in the super-resolution.
  • iterations - the number of iterations in steepest descent solution for super-resolution minimization problem.
edit flag offensive delete link more

Question Tools

Stats

Asked: 2014-02-11 08:55:10 -0600

Seen: 435 times

Last updated: Feb 11 '14