资源简介

基于多尺度MRF模型的图像分割算法。使用提升小波对原始图像进行分解,使用ICM算法进行分割处理

资源截图

代码片段和文件信息

function B = boundaries(BW conn dir)
%BOUNDARIES Trace object boundaries.  
%   B = BOUNDARIES(BW) traces the exterior boundaries of objects in
%   the binary image BW.  B is a P-by-1 cell array where P is the
%   number of objects in the image. Each cell contains a Q-by-2
%   matrix each row of which contains the row and column coordinates
%   of a boundary pixel.  Q is the number of boundary pixels for the
%   corresponding object.  object boundaries are traced in the
%   clockwise direction.
%
%   B = BOUNDARIES(BW CONN) specifies the connectivity to use when
%   tracing boundaries.  CONN may be either 8 or 4.  The default
%   value for CONN is 8.
%
%   B = BOUNDARIES(BW CONN DIR) specifies the direction used for
%   tracing boundaries.  DIR should be either ‘cw‘ (

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件        826  2011-05-31 13:24  MRMRF\MRMRF.m

     文件        216  2011-03-09 16:14  MRMRF\myZoomOut.m

     文件       5776  2004-12-16 13:36  MRMRF\boundaries.m

     文件        201  2011-03-05 20:39  MRMRF\covmatrix.m

     文件        148  2011-05-08 22:22  MRMRF\template.m

     文件        468  2011-03-09 13:14  MRMRF\EnergyOfFeatureField.m

     文件        673  2011-05-19 10:12  MRMRF\EnergyOfLabelField.m

     文件        477  2011-03-10 13:48  MRMRF\GMM_parameter.m

     文件       1872  2004-12-16 13:36  MRMRF\imstack2vectors.m

     文件       1174  2011-05-19 15:30  MRMRF\kmeans.m

     文件        604  2011-05-19 10:11  MRMRF\NeiX.m

     文件       1116  2011-05-16 21:12  MRMRF\ICM.m

     文件        495  2011-03-10 13:50  MRMRF\ICMn.m

     文件     263222  2011-05-31 10:57  MRMRF\test.bmp

     文件       6376  2011-05-31 11:43  MRMRF\findneighbor2.m

     文件        526  2011-05-31 11:43  MRMRF\tofill.m

     文件       1030  2011-05-31 11:47  MRMRF\edgetomatrix.m

     文件       1083  2011-05-31 11:43  MRMRF\fillarea2.m

     目录          0  2011-05-30 13:44  MRMRF

----------- ---------  ---------- -----  ----

               286283                    19


评论

共有 条评论