Image Stitching Parameters
params = imstitchimage_params()
A structure which consist of following fields, used for imstitchimage.
Resolution for image registration step. The default is 0.6 Mpx
Resolution for seam estimation step. The default is 0.1 Mpx
Resolution for compositing step. Use -1 for original resolution.The default is 1
Threshold for two images are from the same panorama confidence. The default is 1
Perform wave effect correction. The default is 1
Then number of bands for MultiBandBlender. The default is 100
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 stitching result.