📄 newoptions.m
字号:
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -