Description: 并行图像细化算法和C代码实现,希望对大家有用-parallel image thinning algorithm and C code to achieve the hope that it may be useful to Platform: |
Size: 7522 |
Author:李治国 |
Hits:
Description: 本代码实现了形态学细化。
特点:中间过程可以存储在输入中,因此节省存储空间;并且附有注解,便于理解;附有参考文献,有算法描述。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 with Two-Subiteration Algorithm\" Platform: |
Size: 1162097 |
Author:liuchao |
Hits:
Description: 并行图像细化算法和C代码实现,希望对大家有用-parallel image thinning algorithm and C code to achieve the hope that it may be useful to Platform: |
Size: 7168 |
Author:李治国 |
Hits:
Description: 图像细化的方法有两种即边缘点删除和内点保留传统的基于边缘点删除的细化算法在细化过程中只对边缘点的可删除性进行判断并作相应处理由于受跟踪顺序及所考察邻域的影响容易产生骨架的非对称性基于内点保留的细化算法容易使所获得的骨架大于一个像素本文在分析上述两类细化算法的基础上综合运用上述两种细化方法提出一种新的行之有效的并行细化算法.-Image Thinning There are two ways to delete that edge points and inner points to retain the traditional delete edge points based on the thinning algorithm in the refinement process only to the edge points can be carried out to determine and delete accordingly deal with the order because of tracking and examined the impact of neighborhood prone to asymmetric skeleton reservation-based interior-point thinning algorithm easily get more than a skeleton pixels Based on the analysis of these two types of thinning algorithm based on the comprehensive use of the two refinement method presents a new parallel thinning algorithm effective. Platform: |
Size: 252928 |
Author:poon |
Hits:
Description: 快速并行算法是经典算法中比较好的一种细化算法,但其存在固有缺陷,可能产生信息丢失。为了克服这个缺点,提出了重合算法,最后为了减少计算时间和冗余信息,提出了基于模板保留的算法。-Fast parallel algorithm for the classical algorithm is a good thinning algorithm, but its inherent defects, the potential loss of information. In order to overcome this shortcoming, a coincidence algorithm, the final order to reduce the computing time and redundancy of information, the reservation-based algorithm for template. Platform: |
Size: 422912 |
Author:乐睿 |
Hits:
Description: 二值影像之骨架化程式(Thining)
程式是實作T.Y Zhang and C.Y Sueny在1984所提出的
"A fast parallel Algorithm for thinning Digital Patterns"的演算法-Binary image of the skeleton program (Thining) program is the implementation TY Zhang and CY Sueny made in 1984, " A fast parallel Algorithm for thinning Digital Patterns" algorithm Platform: |
Size: 747520 |
Author:Wang |
Hits:
Description: 经典复合式指纹细化算法源码,算法步骤为先用快速并行算法遍历,后用OPTA算法遍历,附有注释。-Classic composite fingerprint thinning algorithm source code, for the first step of the algorithm with fast parallel algorithm traversal traversal algorithm after using OPTA, annotated. Platform: |
Size: 9216 |
Author:tony |
Hits:
Description: 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.) Platform: |
Size: 1024 |
Author:cmclare |
Hits: