資源簡介
展開相位是物體表面三維形貌測量中一項關鍵技術,為了避免相位展開過程中的誤差傳播效應,Saldner和Huntlye等提出了時間相位展開方法。用matlab模擬了時間相位展開的方法
代碼片段和文件信息
clear?all;
close?all;
%%
%直接用函數unwrap進行空間相位展開
im=wp_sphere(4/256);
imshow(im[]);
unw_ph=unwrap(im);
unw_ph=unwrap(unw_ph[]2);
figure
imshow(unw_ph[]);title(‘用函數unwrap進行空間相位展開結果‘)
figure
%%
%%模擬球面的自然條紋序列從1條到8條
im1=wp_sphere(1/256);
im2=wp_sphere(1/256);
im3=wp_sphere(3/256);
im4=wp_sphere(4/256);
im5=wp_sphere(5/256);
im6=wp_sphere(6/256);
im7=wp_sphere(7/256);
im8=wp_sphere(8/256);
%%
%顯示八個
figure
subplot(221)imshow(im1[]);title(‘條紋數為1‘);
subplot(222)imshow(im2[]);title(‘條紋數為2‘);
subplot(223)imshow(im3[]);title(‘條紋數為3‘);
subplot(224)imshow(im4[]);title(‘條紋數為4‘);
figure
subplot(221)imshow(im5[]);title(‘條紋數為5‘);
subplot(222)imshow(im6[]);title(‘條紋數為6‘);
subplot(223)imshow(im7[]);title(‘條紋數為7‘);
subplot(224)imshow(im8[]);
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件???????6487??2011-03-22?16:00??折疊相位示意圖.png
?????文件???????2219??2011-05-18?09:59??test.m
?????文件????????991??2011-03-22?15:45??wp_sphere.m
?????文件????????452??2009-07-03?16:33??wp2_plane.m
?????文件?????514753??2009-07-05?11:34??時間相位展開在基于相位三維測量中的應用及matlab模擬.doc
?????文件???????4935??2011-03-22?16:07??展開相位示意圖.fig
?????文件???????4289??2011-03-22?16:06??展開相位示意圖.png
?????文件???????6809??2011-03-22?15:57??折疊相位示意圖.fig
-----------?---------??----------?-----??----
???????????????540935????????????????????8
- 上一篇:PCALDA
- 下一篇:bispeci 直接法用于雙譜估計
評論
共有 條評論