📄 demo_mri.m
字号:
function demo_MRI% MRI demo: Reconstruction from noisy random projections%% This demo illustrates the twIST algorithm computing the solution of %% xe = arg min 0.5*||A x-y||^2 + tau TV(x),% x% where x is an image, Ax is the Fourier Transform of x computed in a % "small" set of frequencies, y is a noisy observation and TV(x) is% the total variation of x.% % The proximal operator, i.e., the solution of%% xe = arg min 0.5 ||x-y||^2 + tau TV(x)% x% is given by the Chambolle algorithm% % A. Chambolle, 揂n algorithm for total variation minimization and% applications,
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -