MATLAB 函数参数详解:L11、TV 正则化、TV 类型、图像大小、迭代次数等
The code defines various input parameters for a MATLAB function, including:
- 'LAMBDA_1': the regularization parameter for l11 norm
- 'LAMBDA_TV': the regularization parameter for TV norm
- 'TV_TYPE': the type of total variation ('iso' for isotropic or 'niso' for non-isotropic)
- 'IM_SIZE': the size of the spectral cube (number of lines and rows)
- 'AL_ITERS': the minimum number of augmented Lagrangian iterations
- 'MU': the augmented Lagrangian weight
- 'POSITIVITY': whether or not to enforce the positivity constraint ('yes' or 'no')
- 'ADDONE': whether or not to enforce an additional constraint ('yes' or 'no')
- 'TRUE_X': the original data in matrix format, used to compute RMSE
- 'VERBOSE': whether or not to display warnings during execution ('yes' or 'no').
原文地址: https://www.cveoy.top/t/topic/n2Oz 著作权归作者所有。请勿转载和采集!