• 中国计算机学会会刊
  • 中国科技核心期刊
  • 中文核心期刊

J4 ›› 2013, Vol. 35 ›› Issue (4): 37-41.

• 论文 • Previous Articles     Next Articles

Design and implementation of rasterization
parallel algorithm based on boundary algebra filling  

 ZHOU Chen,CHEN Zhenjie,ZHANG Shuai   

  1. (School of Geographic and Oceanographic Sciences,Nanjing University,Nanjing 210023,China)
  • Received:2012-05-31 Revised:2012-08-23 Online:2013-04-25 Published:2013-04-25

Abstract:

Rasterization is often required in many fields, such as geoscience analysis of remote sensing and analysis of spatial decision. Faced with the reality demand of rapid conversion of mass data, the existing serial rasterization algorithms based on the traditional single machine and single process are difficult to meet the requirements. In this paper, on basis of the analysis of the existing rasterization algorithms, the boundary algebra filling method is studied since it is simple, reliable and fast operational. The rasterization parallel algorithm based on boundary algebra filling was designed and implemented by MPI, GDAL and C++. In order to evaluate the parallel efficiency of the algorithm, different scale data were applied in the experiment. Experimental results show that this algorithm is right and improves the calculating efficiency. What’s more, when the data is larger, the advantage of the algorithm is greater.

Key words: rasterization;boundary algebra filling;parallel algorithm