搜索资源列表
06 VC数学形态学及其应用源代码
- 06 VC数学形态学及其应用源代码,细化,膨胀,腐蚀等形态学方法应用代码-06 VC mathematical morphology and application source code, refinement, expansion and corrosion morphology application code
MorphologicalThin
- 本代码实现了形态学细化。 特点:中间过程可以存储在输入中,因此节省存储空间;并且附有注解,便于理解;附有参考文献,有算法描述。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 w
MorphologicalThinningWith2Iterations
- MorphologicalThinningWith2StepIterations 形态学细化,包含两个子函数,迭代。算法包含注释,注明了Reference paper(有算法详细说明)
imageN
- 一个功能齐全的图像处理程序,包括灰度变换,直方图显示,二值化,形态学细化,区域分割等功能。
thinning
- Visual C++ 实现,形态学细化算法。
Image_process.基于数学形态学的图像处理系统
- 基于数学形态学的图像处理系统,实现了开运算、闭运算、腐蚀、膨胀、噪声消除。填充孔洞,细化,边界提取等功能。,Based on mathematical morphology image processing system, the open operation, closing operation, corrosion, expansion, noise reduction. Filling holes, refined features such as edge extraction.
test.rar
- 编制通用的二值形态学运算(腐蚀和膨胀、开、闭和击中击不中变换)函数,函数可以处理不同的变换形式和不同类型的结构元素。并用你编制的形态学函数对一个二值图象进行处理。 用形态学击中击不中变换方法对图象进行细化处理。 实验图象:二值图象由一段文字组成,word_bw.bmp,The preparation of a universal binary morphological operations (erosion and expansion of open and close and hit
Skeleton
- 数学形态学应用二值图像边界细化,以及二值图像骨骼化- Application of mathematical morphology refined binary image border, as well as binary image skeletonization
AdvMorph
- 用OpenCV实现的Matlab中形态学细化、提取骨架、收缩算法。测试效果与Matlab相同。-Algorithms of morphological thinning,Skeleton and Shrink,ported from Matlab to OpenCV.
Morph
- 数字图像处理形态学变化 包括腐蚀、膨胀、开、闭、细化-Digital image processing morphological changes, including Erosion、Dilation、 open and close, detailed
morphology
- 用vc 6.0编写的经典数学形态学粗化和细化、膨胀和腐蚀的源代码,在vc环境下调试通过。对理解这些原理很有帮助的。-Vc 6.0 with the preparation of the classic mathematical morphology coarsening and refinement, expansion and corrosion of the source code in vc through debugging environment. To understand the
20081115
- 数学形态学的腐蚀、膨胀和细化等操作,包含.exe文件-Mathematical Morphology corrosion, expansion and refinement, such as operations, contains. Exe files
bwmorph
- 一个基于形态学图像细化的程序,处理效果挺不错的-Morphological image thinning based on the procedures
ex5a
- 建立一种可以区分输入图形的形态学算法,算法的输入是这三种图形的一种(这三个图形是对湖、湾、路段的图像细化后的结果),输出是对这三种图形的识别。假设这三种图形都是1个像素宽且完全连通的,然而它们出现的方向可以是任意的。-Can establish a distinction between the morphology of the importation of graphics algorithm input is a graph of these three (the three graphi
xingtaixue256
- 这个程序对于学习数字图像形态学的朋友有很大帮助。包括图像的腐蚀,膨胀及击中击不中和延伸的图像细化-This process digital images for learning the morphology of a friend of much help. Including images of corrosion, expansion, and hit-and extension of the image thinning
MorpLib
- 基于OpenCV的形态学开源库V2.0 包含文档和测试程序 形态学运算扩展库 lhMorpOpen 开运算 lhMorpClose 闭运算 lhMorpGradient 标准梯度 lhMorpGradientIn 内梯度 lhMorpGradientOut 外梯度 lhMorpWhiteTopHat 顶帽(白帽) lhMorpBlackTopHat 黑帽 lhMorpQTopHat 自补顶帽 lhMorpEnhance 对比度增强 lhMorpH
hong_enhancement
- 指纹图像增强,gabor滤波器,包括形态学分割,形态学细化,加窗短时傅里叶变换增强,方向图估计及平滑,纹线频率估计及平滑-Fingerprint image enhancement, gabor filters, normalization, equalization, morphological segmentation, morphological thinning, windowed short time Fourier transform enhanced estimates and s
用Visual C++实现基于数学形态学的数字图像处理
- 用Visual C++实现基于数学形态学的数字图像处理,包括二值图像的腐蚀,膨胀,开,闭,细化及中轴变换等运算. 图形图像处理
tiaowenchuli
- 对采集到的干涉条纹进行二值化,形态学细化等基本处理-The collected interference fringes binarization, thinning and other basic morphological processing
src_5
- 形态学常用算法,包括细化,孔洞填充,连通分量提取等(Common algorithm for morphology,Including refinement, hole filling, connectivity component extraction, etc.)