Rapid Parallelization Method for Sequential Rasterization Algorithms of Vector Polygons

李飞雪,周琛,任沂斌,李满春,陈振杰
DOI: https://doi.org/10.3969/j.issn.1000-3177.2014.05.001
2014-01-01
Abstract:In this paper,the basic principles of representative rasterization algorithms are discussed to research on the methods for parallelizing sequential rasterization algorithms.As a result,a parallel framework intended for parallelizing rasterization algorithms is presented.The proposed parallel framework consists of a dual-level parallel pattern using MPI and OpenMP,a reasonable decomposition method for vector polygons and an interface for calling the sequential rasterization algorithms.The scanline method and boundary algebra filling method are parallelized using this approach and the land use data with great volume is used in the experiments.Some useful conclusions can be drawn from experimental results:(1 )the traditional rasterization algorithms can be parallelized rapidly using proposed parallel method;(2)the two parallel rasterization algorithms can dramatically decrease the conversion time and obtain good parallel efficiency.
What problem does this paper attempt to address?