【24h】

Optimizing Connected Component Labeling Algorithms

机译:优化连接组件标记算法

获取原文
获取原文并翻译 | 示例
获取外文期刊封面目录资料

摘要

This paper presents two new strategies that can be used to greatly improve the speed of connected component labeling algorithms. To assign a label to a new object, most connected component labeling algorithms use a scanning step that examines some of its neighbors. The first strategy exploits the dependencies among them to reduce the number of neighbors examined. When considering 8-connected components in a 2D image, this can reduce the number of neighbors examined from four to one in many cases. The second strategy uses an array to store the equivalence information among the labels. This replaces the pointer based rooted trees used to store the same equivalence information. It reduces the memory required and also produces consecutive final labels. Using an array instead of the pointer based rooted trees speeds up the connected component labeling algorithms by a factor of 5 ~ 100 in our tests on random binary images.
机译:本文提出了两种可以用来大大提高连接的组件标记算法速度的新策略。要将标签分配给新对象,大多数连接的组件标签算法都使用扫描步骤检查其某些邻居。第一种策略利用了它们之间的依赖关系,以减少所检查邻居的数量。在2D图像中考虑8个连接的分量时,在许多情况下,这可以将检查的邻居数量从4个减少到1个。第二种策略使用数组存储标签之间的等效信息。这将替换用于存储相同的等效信息的基于指针的根树。它减少了所需的内存,并产生了连续的最终标签。在我们对随机二值图像的测试中,使用数组代替基于指针的根树可将连接的组件标记算法速度提高5〜100倍。

著录项

相似文献

  • 外文文献
  • 中文文献
  • 专利
获取原文

客服邮箱:kefu@zhangqiaokeyan.com

京公网安备:11010802029741号 ICP备案号:京ICP备15016152号-6 六维联合信息科技 (北京) 有限公司©版权所有
  • 客服微信

  • 服务号