搜索资源列表
Rosefeld
- 骨架提取算法 Rosenfeld VC++开发环境
四种不同的图像细化算法
- 本软件提供了四种不同的细化算法:Hilditch细化算法,Pavlidis细化算法,Rosenfeld细化算法,基于索引表的细化细化算法,为选择细化算法提供了选择的余地。-The software provides four different thinning algorithm : Hilditch refinement algorithm, Pavlidis refinement algorithm, Rosenfeld refi
Rosenfeld细化算法
- Rosenfeld细化算法 功能:对图象进行细化 参数:image:代表图象的一维数组 lx:图象宽度 ly:图象高度-Rosenfeld thinning algorithm functions : Refinement of image parameters : image : the image of the one-dimensional array lx : Image width ly : image height
四种不同的图像细化算法
- 本软件提供了四种不同的细化算法:Hilditch细化算法,Pavlidis细化算法,Rosenfeld细化算法,基于索引表的细化细化算法,为选择细化算法提供了选择的余地。-The software provides four different thinning algorithm : Hilditch refinement algorithm, Pavlidis refinement algorithm, Rosenfeld refi
Rosenfeld细化算法
- Rosenfeld细化算法 功能:对图象进行细化 参数:image:代表图象的一维数组 lx:图象宽度 ly:图象高度-Rosenfeld thinning algorithm functions : Refinement of image parameters : image : the image of the one-dimensional array lx : Image width ly : image height
Rosefeld
- 骨架提取算法 Rosenfeld VC++开发环境-Skeleton extraction algorithm RosenfeldVC++ Development Environment
DSP
- 毕业设计 局部平均阈值改进法 局部自适应阈值法 局部平均阈值法 指纹采集演示程序.exe-histeq hilditch otsu.c pavlidis.c rosenfeld.c
algorithmOfImageThin
- 图像细化算法,Hilditch细化算法,Rosenfeld细化算法等-Image thinning algorithm, Hilditch thinning algorithm, Rosenfeld thinning algorithm, etc.
automatic-image-thresholding
- Automatic Gray-Scale Image Thresholding methods: Tsai, Prewitt, Rosenfeld, Otsu, Kittler, Ridler.
Rosenfeld-Thinning-algorithm
- 图像细化算法的重要方法 一种并行细化算法-An important method of image thinning algorithm is a parallel thinning algorithm
cannyProsenfeld
- 源代码,可以直接运行,有Canny边缘检测,其中包括高斯滤波,梯度计算,非极大值抑制,边缘跟踪,图像细化包括Rosenfeld和索引表细化,有详细注释. -Including the Gauss filter, gradient calculation, non maxima suppression, edge tracking, image thinning including Rosenfeld and index table
image-thinning-algorithm
- 图像四种细化算法,Hilditch细化算法 Pavlidis细化算法 Rosenfeld细化算法 索引表细化算法-Four image thinning algorithm,Hilditch thinning algorithm Pavlidis thinning algorithm Rosenfeld thinning algorithm The index
细化算法-ThinnerRosenfeld
- Rosenfeld细化算法是一种并行细化算法,所得的骨架形态是8-连接的,使用于0-1二值图像。(Rosenfeld thinning algorithm is a parallel thinning algorithm. The skeleton shape obtained is 8-connected and used in 0-1 binary image.)