搜索资源列表
Thinner
- 文字图像细化算法源代码。细化后所得的文字图像骨架是严格的1象素宽度,细化效果极佳!-text image thinning algorithm source code. After refining the text images of the skeleton is strictly a pixel width, thinning effect excellent!
并行图像细化算法和C代码实现
- 图像细化一般作为一种图像预处理技术出现,目的是提取源图像的骨架,即是将原图像中线条宽度大于1个象素的线条细化成只有一个象素宽,形成 骨架 ,形成骨架后能比较容易的分析图像,如提取图像的特征.-image thinning as a general image preprocessing technologies emerging, is the source of images from the frames, that is, lines of the original image width
Thinned
- java开发的二值图像细化算法程序,能够从二值图像中提取图像骨架-java development of the binary image thinning algorithm procedures, from the binary image extracted image skeleton
数字图像处理源码
- 包括锐化、平滑、LOG滤波器提取边缘数学形态学的腐蚀、膨胀、骨架化、开闭运算以及分形方法画树木和树叶 包括源代码、3篇文档和可执行程序 下载地址: 数字图像处理源码 -including sharpening, smoothing, edge extraction LOG filter of mathematical morphology of corrosion, swelling, skeleton, opening and closing operations a
Skeletonmatlab
- 用Matlab实现了对一副图像骨架的提取,方法简单,易于掌握。内附实例
Lab7_1
- hit-miss方法下的图像骨架提取,很好用
matlab二值图像处理源码
- matlab实现腐蚀,膨胀,开、闭运算,提取边界操作和骨架化操作,计算图像中每个小颗粒的面积和周长等源码。
xinhua 基于opencv的图像骨架提取
- 基于opencv的图像骨架提取,对二值图像进行骨架化-Based on opencv image skeleton extraction
ImageProcessing
- 一个图像处理的小程序,主要包括的功能有:求直方图,二值化,灰度均衡,骨架提取。另一个有用的功能是红细胞识别,即一副细胞图像中计算出红细胞个数。并附带测试图片。-a useful software in digital image processing....
gujiatiqu
- 基于vc的二值图像骨架提取源代码,适用于汉字以及图片-Vc-based binary image skeleton source code
gujiatiqu
- 图像处理中二值图像骨架提取的代码,cvi编程,朋友们看看吧-Image processing binary image skeleton extraction code, cvi programming, friends, let' s see it
xihua
- 本程序使用MATLAB是对图像进行骨架化的功能。 该程序可以快速的对图像进行处理操作。-This procedure is the use of MATLAB skeleton image of the function. The program can quickly deal with the operation of the image.
proj11-01
- 数字图像处理:图像骨架化的程序,实验中骨架化的原理为中轴转化方法-Digital Image Processing: Image skeleton of the program, the principle of the experiment for the axial skeleton of Transformation
gujia
- 本程序代码可以将彩色图像骨架提取出来,并附图像演示结果,简单易懂-The code skeleton can be extracted from color images, with image shows the results, easy to understand
骨架提取
- 图像骨架处理运用滑动模块函数进行图像的提取(Image skeleton processing, the use of sliding module function for image extraction)
图像的形态学操作
- 可实现对图像的膨胀、腐蚀、开运算、关运算、骨架提取、边缘检测、top-hat滤波、增强、填充等形态学操作。(The morphological operations such as expansion, corrosion, opening operation, closing operation, skeleton extraction, edge detection, top-hat filtering, enhancement and filling can be realized.)
gujia
- 对图像进行二值化处理,并生成骨架,对文字的生成效果好(The image is processed by two values, and the skeleton is generated, and the effect of the text is good.)
smooth2
- 对于一个二值图像骨架化之后进行边缘平滑,滤波,效果非常不错,适合于任何二值图片(After a binary image is skeletonized, it is smoothed and filtered. The effect is very good. It is suitable for any binary image.)
骨架提取
- 对彩色图像先进行二值化,然后可以提取出骨架并且骨架简化(The color image is first binarized, then the skeleton can be extracted and the skeleton simplified)
Vessel diameter血管直径检测
- 采用mom方法结合Hessian和曲线拟合的方法计算出血管的直径并输出测量图像,采用图像处理方法获得图像骨架,经调试代码可用。(The diameter of blood vessel is calculated by mom method combined with Hessian and curve fitting method, and the measured image is output. The image skeleton is obtained by image process