文件名称:MorphologicalThin
- 所属分类:
- 图形图像处理(光照,映射..)
- 资源属性:
- [C/C++] [源码]
- 上传时间:
- 2008-10-13
- 文件大小:
- 1.11mb
- 下载次数:
- 0次
- 提 供 者:
- liu****
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
本代码实现了形态学细化。
特点:中间过程可以存储在输入中,因此节省存储空间;并且附有注解,便于理解;附有参考文献,有算法描述。This function implements the morphology thinning. Input pSrc is a float matrix in the range of [0, 1].
It supports in-place operation.Ref: Z. Guo and R. W. Hall, \"Parallel Thinning with Two-Subiteration Algorithm\"
特点:中间过程可以存储在输入中,因此节省存储空间;并且附有注解,便于理解;附有参考文献,有算法描述。This function implements the morphology thinning. Input pSrc is a float matrix in the range of [0, 1].
It supports in-place operation.Ref: Z. Guo and R. W. Hall, \"Parallel Thinning with Two-Subiteration Algorithm\"
(系统自动生成,下载前可以参看下载内容)
下载文件列表
压缩包 : 17869310morphologicalthin.rar 列表 MorphologicalThin.cpp Parallel thinning with two-subiteration algorithms.pdf