newoptions.m

来自「MATLAB Denoising software for grayscale 」· M 代码 · 共 26 行

M
26
字号
function options = newOptions;% function options = newOptions;%% Creates a set of paramters which can be used for model estimation and% denoising and stores it in 'options'. See 'denoise_main' for the meaning% of the variables. %% Peter-Vincent Gehler 15. March 2005options.mapsteps = 10;options.Nsize2 = 11;options.Nsize4 = 11;options.nOrientations = 8;options.covariance = 1;options.block = [3 3];options.adaptalpha = 1;options.parent = 1;options.bndry = 1;options.alphadef = 0.5;options.adaptneighbours = 1;options.thresh = 0.3;options.pyrtype = 'fullsf';

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?