随笔分类 -  相位恢复算法

摘要:close all;clear all;clc; %%% simulate the complex objectINput = imresize((imread('cameraman.tif')),[256,256]);objectAmplitude = double(INput); objectP 阅读全文
posted @ 2019-04-16 20:30 Betty1997 阅读(640) 评论(0) 推荐(0)
摘要:close all;clear all;clc; % iterative=300; %设迭代次数为300次吧imagename='cameraman.tif'; %你想要提取相位的图像名称phaseimage='phase.png'; %要保存的相位图像名称figure(1),imshow(imag 阅读全文
posted @ 2019-04-16 20:30 Betty1997 阅读(2879) 评论(0) 推荐(0)
摘要:from:https://www.cnblogs.com/shepherd2015/p/5659878.html 本文主要介绍相干衍射成像(coherent diffractive imaging,CDI),以及其中用到的各种相位恢复算法(phase retrieval algorithm)。 深入 阅读全文
posted @ 2019-03-05 23:23 Betty1997 阅读(3532) 评论(1) 推荐(0)