资源简介
经典的枝切法用于相位解缠的matlab代码,非常有用。
代码片段和文件信息
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% BranchCuts.m generates branch cuts based on the phase residues. This is
% done using the Goldstein method as described in “Two-dimensional phase
% unwrapping: theory algorithms and software“ by Dennis Ghiglia and
% Mark Pritt.
% “residue_charge“ is a matrix wherein positive residues are 1 and
% negative residues are 0. residue_charge是一个矩阵,用来保存残差值。
% “max_box_radius“ defines the maximum search radius for the balancing of
% residues. If this is too large areas will be isolated by the branch
% cuts.最大窗口半径
% “IM_mask“ is a binary matrix. This serves as an artificial border for the
% branch cuts to connect to.二进制矩阵
% Created by B.S. Spottiswoode on 15/10/2004
% Last modified on 18/10/2004
%%%%%%%%
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 18544 2009-12-28 20:44 枝切法matlab原始代码\BranchCuts.asv
文件 18098 2009-12-28 20:21 枝切法matlab原始代码\BranchCuts.m
文件 12083 2009-02-11 14:58 枝切法matlab原始代码\FloodFill.m
文件 2360 2010-01-22 12:31 枝切法matlab原始代码\GoldsteinUnwrap2D.m
文件 6964 2008-12-22 10:05 枝切法matlab原始代码\GuidedFloodFill.m
文件 29683 2008-12-22 09:40 枝切法matlab原始代码\IM.mat
文件 1554 2009-05-20 02:23 枝切法matlab原始代码\license.txt
文件 4382 2008-12-22 10:05 枝切法matlab原始代码\PhaseDerivativeVariance.m
文件 2058 2009-12-28 14:46 枝切法matlab原始代码\PhaseResidues.asv
文件 2086 2009-12-28 15:07 枝切法matlab原始代码\PhaseResidues.m
文件 2834 2008-12-22 10:18 枝切法matlab原始代码\QualityGuidedUnwrap2D.m
文件 263 2008-12-22 11:46 枝切法matlab原始代码\readme.txt
目录 0 2010-03-05 18:37 枝切法matlab原始代码
----------- --------- ---------- ----- ----
100909 13
- 上一篇:PUMA Graphcut相位解缠代码
- 下一篇:NURBS曲线MATLAB绘制
评论
共有 条评论