• 大小: 0.04M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-03-27
  • 语言: 其他
  • 标签: 其他  

资源简介


相位解包裹程序,学习学习

资源截图

代码片段和文件信息

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% 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. 
% “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
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

function branch_cuts=BranchCuts(residue_charge max_box_radius IM_mask);

[rowdim coldim]=size(residue_charge);

branch_cuts=~IM_mask;                               %

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2017-05-16 14:41  2Djiebao\
     文件       16911  2008-12-22 10:26  2Djiebao\BranchCuts.m
     文件       12083  2009-02-11 14:58  2Djiebao\FloodFill.m
     文件        2334  2017-05-15 10:16  2Djiebao\GoldsteinUnwrap2D.m
     文件        6964  2008-12-22 10:05  2Djiebao\GuidedFloodFill.m
     文件       29683  2008-12-22 09:40  2Djiebao\IM.mat
     文件        4382  2008-12-22 10:05  2Djiebao\PhaseDerivativeVariance.m
     文件        1938  2008-12-22 10:23  2Djiebao\PhaseResidues.m
     文件        2834  2008-12-22 10:18  2Djiebao\QualityGuidedUnwrap2D.m

评论

共有 条评论