• 大小: 2KB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-06-10
  • 语言: 其他
  • 标签:

资源简介

对二值化图像画出轮廓图,求出其链码,得到该链码直方图。附带三个函数,分别求二值化轮廓图、求链码、算链码出现频率,同时给出图像测试。

资源截图

代码片段和文件信息

%已知边界点坐标,在图中显示二值化轮廓
function im1=contour_im(Bwidthheight)

im1=zeros(widthheight);

for k=1:length(B)
    boundary=B{k};
    for l=1:length(boundary)
        im1(boundary(l1)boundary(l2))=1;
    end
end
    

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

     文件        244  2013-06-25 14:58  contour_im.m

     文件        818  2011-07-31 11:31  creatcode.m

     文件        908  2013-06-27 13:27  creatfrequence.m

     文件        471  2013-07-02 15:29  lianma.m

     文件       2110  2012-09-25 15:37  letterA.bmp

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

                 4551                    5


评论

共有 条评论

相关资源