搜索资源列表
-
0下载:
图象的腐蚀,和膨胀,和细化算法代码!
比较有参考价值-image corrosion, and the swelling and thinning algorithm code! More reference value
-
-
0下载:
图像处理源码内容:
alpha_2.09.zip
Alphat透明合成系统源代码源代码
jpeg_0.77.zip
JPEG压缩编码系统源代码
calir_1.0.zip
腐蚀-膨胀-细化算法源代码
mkou_1.0.zip
图案抖动技术处理系统源代码
touch_1.01.zip
图象边沿检测-提取-轮廓跟踪算法源代码
xchange_1.03.zip
图象几何变换算法源代码
sima_1.07.zip
图象模板匹配算法源代码
mg
-
-
0下载:
图像细化 (Image Thinning),一般指二值图像的骨架化(Image Skeletonization) 的一种操作运算。
一个图像的骨架由一些线和曲线(比较理想的是单像素宽度),骨架可以提供一个图像目标的尺寸和形状信息,因而在数字图像分析中具有重要的地位,图像细化(骨架化)是进行图像识别、线条类图像目标分析的重要手段。
本文将探讨骨架的一些性质,给出如何判断一个像素是否属于图像目标的骨架,最后将给出获得图像目标骨架的基本算法。,Image Thinning (Image T
-
-
1下载:
应用OPENCV编写的,输入一张二值图片,根据细化算法细化成单像素的二值图像。,OPENCV prepared application, enter a two-valued picture, refined into a thinning algorithm based on single-pixel binary image.
-
-
2下载:
opencv实现的,很好用的图像轮廓细化算法。效果很好,把轮廓细化为单像素轮廓,方便处理。,opencv achieved a very good image with the outline of the thinning algorithm. Well, the detailed outline of the outline of a single pixel, to facilitate the processing.
-
-
3下载:
VC++6.0图像处理算法集:图象的几何变换、平滑(去噪声)、锐化、腐蚀、膨胀、细化算法、半影调、抖动、直方图修正、彩色变换、腐蚀,膨胀,细化等算法,并有可执行文件供试用,并附有配套电子收,是图像处理入门的好资料。-VC++ 6.0 image processing algorithms: image geometric transformation, smoothing (to noise), sharpening, corrosion, expansion, thinning algorit
-
-
0下载:
基于Matlab程序的图像细化算法基于Matlab程序的图像细化算法-Matlab program based on the image thinning algorithm based on image thinning algorithm Matlab program
-
-
0下载:
图像细化
注意,本程序的细化算法要应用于含线条的黑白二值图像才可以看出细化效果。-Image thinning note that this program contains the line thinning algorithm to be applied to black and white binary image can be seen refining effect.
-
-
1下载:
一组关于图像处理的算法,边沿检测与提取,轮廓跟踪的图象算法,对图像进行垂直镜像处理的源代码,屏幕颜色拾取器源代码,图象腐蚀,膨胀,细化算法,指纹识别的程序-A set of image processing algorithms, edge detection and extraction, the image contour tracing algorithm, the vertical mirror image processing source code, screen color pi
-
-
0下载:
山 东 大 学 硕 士 学 位 论 文:图像边缘检测算法的研究本 文 分 为 七 个 部 分 。第一部分首先阐述了课题的研究背景、意义以
及该领域的发展现状;第二部分介绍了几种经典的边缘检测方法,给出
了这些方法的图像边缘检测结果,并且进行了相关的分析比较;第三部
分阐述了BP 神经网络的结构以及数学模型等相关知识;第四部分具体
介绍了一种新的基于统计向量和BP 神经网络的边缘检测方法;第五部
分介绍了一种有效的边缘细化算法,它可以对新方法得到的图像边缘进
一步处理以达到
-
-
0下载:
C 图像腐蚀膨胀细化算法设计C image thinning algorithm corrosion expansion
-C image thinning algorithm corrosion expansion
-
-
0下载:
这是一个c++演示程序,告诉你怎么实现细化算法-This is a c++ demo program, tell you how to implement thinning algorithm
-
-
0下载:
关于图形的细化算法。注意,本程序的细化算法要应用于含线条的黑白二值图像才可以看出细化效果。-Thinning algorithm on the graph. Note that this procedure should be used in the refinement algorithm with binary images of black and white lines can be seen fine results.
-
-
0下载:
字符图像细化。注意,本程序的细化算法要应用于含线条的黑白二值图像才可以看出细化效果。-Character image refinement. Note that this procedure should be used in the refinement algorithm with binary images of black and white lines can be seen fine results.
-
-
0下载:
本程序的细化算法要应用于含线条的黑白二值图像才可以看出细化效果。-Thinning algorithm of this procedure to be applied to the line containing only black and white binary image thinning effect can be seen.
-
-
0下载:
教科书上的细化算法,这个细化算法要应用于含线条的黑白二值图像才可以看出细化效果-Thinning algorithm on the textbook, this refinement algorithm to be applied to black and white binary image with lines can be seen that the refinement effect
-
-
0下载:
細線化演算法,以便提供影像辨識的分類處理-Thinning algorithm in order to provide the classification of the image recognition processing
-
-
0下载:
LW细化算法是在ZS细化算法的基础上的改进 该算法避免了ZS算法过度腐蚀的缺点-LW thinning algorithm is improved on the basis of ZS thinning algorithm based on the algorithm avoids the disadvantages of excessive corrosion ZS algorithm
-
-
0下载:
Gray Level Edge Thinning Method
Abstract. An effective edge thinning algorithm is important in image segmentation and object identification since it increases the possibility of success in detecting objects in the image and saves the processing tim
-
-
0下载:
二值图像的Zhang快速并行细化算法,具有速度快、保持细化后曲线的连通性和无毛刺产生等优点。(Zhang fast parallel thinning algorithm)
-