文件名称:11f1bbfc0c65
- 所属分类:
- 图形图像处理(光照,映射..)
- 资源属性:
- [Matlab] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 4kb
- 下载次数:
- 0次
- 提 供 者:
- 易*
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
对二值图像边界进行跟踪,对边缘进行判断,然后沿着边缘进行跟进- C = CONTOUR_FOLLOWING(BW) takes BW as an input. BW is a binary array
containing the image of an object ( 1 : foreground, 0 : background). It
returns a circular list (N x 2, C(1,:)=C(end,:)) of the
(row,column)-coordinates of the object s contour, in the order of
appearence (This function was inspired from the freeman contour coding
algorithm).
containing the image of an object ( 1 : foreground, 0 : background). It
returns a circular list (N x 2, C(1,:)=C(end,:)) of the
(row,column)-coordinates of the object s contour, in the order of
appearence (This function was inspired from the freeman contour coding
algorithm).
(系统自动生成,下载前可以参看下载内容)
下载文件列表
contour_following.m
test1.bmp
test2.bmp
test3.bmp
test4.bmp
test5.bmp
TestScript.m
test1.bmp
test2.bmp
test3.bmp
test4.bmp
test5.bmp
TestScript.m