作者投稿和查稿 主编审稿 专家审稿 编委审稿 远程编辑

计算机工程 ›› 2008, Vol. 34 ›› Issue (1): 262-264. doi: 10.3969/j.issn.1000-3428.2008.01.090

• 开发研究与设计技术 • 上一篇    下一篇

海量遥感分类图连通域标记方法

马江林,赵忠明,孟 瑜,彭 玲   

  1. (中国科学院遥感应用研究所国家遥感应用工程技术研究中心,北京 100101)
  • 收稿日期:1900-01-01 修回日期:1900-01-01 出版日期:2008-01-05 发布日期:2008-01-05

Connected Component Labelling for Massive Remote Sensing Classification Image

MA Jiang-lin, ZHAO Zhong-ming, MENG Yu, PENG Ling   

  1. (National Engineering Research Center of Geoinformation, Institute of Remote Sensing Applications, Chinese Academy of Sciences, Beijing 100101)
  • Received:1900-01-01 Revised:1900-01-01 Online:2008-01-05 Published:2008-01-05

摘要: 针对遥感影像数据量大的特点,设计并实现了一种针对海量遥感影像分类图的连通域标记算法。通过对影像进行合理高效的分块,解决海量数据处理过程中对大内存的要求。对读入内存中的数据,采用了基于队列的种子填充算法进行连通域标记,通过采用贯序连通域标记算法中的冲突表机制,解决因分块之间隔离而造成的同一连通域标记不同的问题。该方法具有可以处理海量数据、对分类结果数据仅仅访问一次、无须对生成的结果进行重新标记就可以完成连通域的标记、可以获取连通域的基本统计信息等特点。实验结果证明了该方法的高效性。

关键词: 海量遥感影像, 连通域标记, 分类后处理

Abstract: This paper designs and implements a connected component labelling method for remote sensing classification image, which is famous for its massive volume. The problem of huge EMS memory requirement for remote sensing data processing is resolved by an efficient partition scheme. The paper adopts a seed firing algorithm based on queues for connected component labelling in the memory; in order to clean up the label equivalence on the edges of connected blocks, a conflicted table is formed as in the sequential scan labelling algorithm. The method has the following advantage, it can process massive data, requires only one pass over the classification image, and it does not require any re-labelling mechanism to obtain basic statistic information for all connected component region. Experimentas results show that the method is efficient and effective.

Key words: massive remote sensing image, connected component labelling, post classification processing

中图分类号: