搜索资源列表
细化
- 形态学的细化算法源代码。细化的目的是提取出连通区域的骨架。该算法在文字识别、指纹检测等应用中有着重要作用。-morphological thinning algorithm source code. Refinement is extracted regional connectivity frame. The algorithm letter recognition, fingerprint detection application plays an important role.
AdvMorph
- 用OpenCV实现的Matlab中形态学细化、提取骨架、收缩算法。测试效果与Matlab相同。-Algorithms of morphological thinning,Skeleton and Shrink,ported from Matlab to OpenCV.
Morph
- 形态学变换包括开运算闭运算结构,细化,腐蚀,膨胀等-Morphological transformation, including open computing closing operation structure, thinning, corrosion, swelling, etc.
bwmorph
- 一个基于形态学图像细化的程序,处理效果挺不错的-Morphological image thinning based on the procedures
06
- 图像形态学处理,图像腐蚀,图像膨胀,图像细化,边缘检测-Morphological image processing, image corrosion, image expansion, image thinning, edge detection
test2
- This a simple a gorithm for fingerprint image thinning. The image should be of good quality and binarized prior to the thinning. The thinning process is by using morphological mathematics.-This is a simple a gorithm for fingerprint image thinning. Th
Morph
- 对图像做形态学变换,图像腐蚀,图像膨胀,开,闭,图像细化-Morphological transform the image so the image erosion, image expansion, open, closed, image thinning
Morph
- 本程序能对一个数字图象完成数学形态学的四个基本运算。对bmp格式的图像进行灰度化处理,再进行阈值分割运算,最后可在菜单中选择进行形态学变换,包括腐蚀、膨胀、开、闭、细化等运算。-This procedure can be completed on a digital image of the four basic operations on mathematical morphology. Bmp format for grayscale image processing, further th
smagic
- 图像处理综合例子,提供的功能主要有: (1) 打开,显示,保存(另存),打印包括bmp,jpg,tif,gif,tga,pcx,png,psd等在内的各种常用图像 (2) 可以对图像实现放大/缩小观看,并可显示其直方图(态度,红,蓝,绿四通道) (3) 点运算:图像格式转换,阈值变换,窗口变换,灰度拉伸,态度均衡 (4) 几何变换:平移,转置,缩放,旋转,水平镜像,垂直镜像 (5) 正交变换:傅立叶,离散余弦,沃什,霍特林等 (6) 图像增强:图像平滑,中值滤波,梯
test5
- 建立一种可以区分输入图形的形态学算法,算法的输入是这三种图形的一种(这三个图形是对湖、湾、路段的图像细化后的结果),输出是对这三种图形的识别。假设这三种图形都是1个像素宽且完全连通的,然而它们出现的方向可以是任意的。 -Graphics can be imported to create a distinction between the morphological algorithm, algorithm input is a three graphics (which is three
Morph
- 实现图形的形态学变换,包括腐蚀、膨胀、开、闭以及细化-Achieve graphics morphological transformation, including erosion, dilation, opening, closing, and thinning
xingtaixue
- 用c写的数学形态学运算,包括膨胀腐蚀细化算法-Written by c morphological operations, including the expansion of corrosion thinning algorithm
hong_enhancement
- 指纹图像增强,gabor滤波器,包括形态学分割,形态学细化,加窗短时傅里叶变换增强,方向图估计及平滑,纹线频率估计及平滑-Fingerprint image enhancement, gabor filters, normalization, equalization, morphological segmentation, morphological thinning, windowed short time Fourier transform enhanced estimates and s
VCPPImage-process
- 关于VC++的图像图形基本处理的源码,包含几何变换,形态学处理,图像细化等。-About basic processing of source code, vc++ image graphic contains geometry transform, morphological processing, image thinning and so on.
tiaowenchuli
- 对采集到的干涉条纹进行二值化,形态学细化等基本处理-The collected interference fringes binarization, thinning and other basic morphological processing
corrosions
- 形态学的膨胀,腐蚀,细化的MATLAB的源代码,对初学者有用-Morphological expansion, corrosion, thinning of MATLAB source code, useful for beginners
DynSplitView3
- 图像细化可以根据击中或击不中变换来定义,粗化是细化的形态学对偶。-Image thinning can be defined in terms of hit-or-miss transform, crude is the detailed morphological duality.
实验报告7-马杰民1030514432
- 1. 在GUI中,实现图像的阈值分割(交互式、迭代法)、区域生长。 2. 在GUI中,,实现二值图像的膨胀、腐蚀, 比较'结构元素类型为:square,line, diamond, disk等的区别。 3. 在GUI中,实现二值图像的开运算、闭运算。 4. 在GUI中,实现二值图像的形态学应用: 边界抽取 (boundary extraction) 区域填充 (region filling) 细化 (thinning) 粗化 (thickening) 骨架 (skeletons) 修剪 (pr