搜索资源列表
细化
- 形态学的细化算法源代码。细化的目的是提取出连通区域的骨架。该算法在文字识别、指纹检测等应用中有着重要作用。-morphological thinning algorithm source code. Refinement is extracted regional connectivity frame. The algorithm letter recognition, fingerprint detection application plays an important role.
1
- 数学形态学方法及其应用的书籍和光盘 腐蚀 细化 开 闭运算
图象形态学算法
- 图象形态学算法,包括图象腐蚀,膨胀,细化。用C实现。-morphological image algorithms, including image corrosion, expansive and detailed. C to achieve.
形态学
- 给出了形态学中的 粗化细化,腐蚀膨胀 算法。-given the morphology of crude refining, corrosion expansion algorithm.
Morph
- 数字图象腐蚀,膨胀和细化算法,和其他一些数学形态学的算法-Digital Image corrosion, expansion and refinement algorithm, and a number of other algorithms of mathematical morphology
Morph
- 腐蚀 膨胀 细化 形态学转化-Detailed morphology of the corrosion expansion into
Morph
- 对图像做形态学变换,图像腐蚀,图像膨胀,开,闭,图像细化-Morphological transform the image so the image erosion, image expansion, open, closed, image thinning
Morph
- 在vc下实现了形态学处理的几种操作,腐蚀、膨胀、开云算、闭运算,及细化操作-use vc++ wo input image ,realize dilation,opening,and closing
re_skel2010115
- 数学形态学图像细化算法在RE中的应用 编程简单 可以对图形很好的细化 大家可以尝试-thining
603527
- 图象处理集合(对位图的处理)包括如下: 1.图象分析:图象分割和边缘检测 2.图象编、解码:huff,PCX,GIF,JPG等; 3.滤波处理:包含多种滤波器(高,低通,交互式带阻); 4.数学形态学:图象的腐蚀和膨胀,开、闭运算,图象的粗、细化等; 此外还有视图的编辑、灰度处理、图象恢复、小波分解和重构等等。 提供所有操作的源代码! 1.demo:是该处理集合的可执行文件(自己编译吧)。图象处理集合.rar--------demo的源代码!