Super Resolution with Image Sequences Parameters
params = imsuperres_params()
A structure which consist of following fields, used for imsuperres.
Magnification factor. The default is 4.
Number of iteration. The default is 50.
Asymptotic value of steepest descent method. The default is 1.3
Weight parameter to balance data term and smoothness term. The default is 0.03
Perform wave effect correction. The default is 0.7. btv kernel size is 7.
This function is used to create the initial parameters structure with initial values. The fields value could be easily changed and it will affect the super resolution result.