Vectorization of Large Amounts of Raster Satellite Images in a Distributed Architecture Using HIPI


Creative Commons License

EKEN S., AYDIN E., SAYAR A.

2017 International Artificial Intelligence and Data Processing Symposium (IDAP), Malatya, Turkey, 16 - 17 September 2017, (Full Text) identifier identifier

  • Publication Type: Conference Paper / Full Text
  • Doi Number: 10.1109/idap.2017.8090237
  • City: Malatya
  • Country: Turkey
  • Kocaeli University Affiliated: Yes

Abstract

Vectorization processes focus on grouping pixels of a raster image into raw line segments, and forming lines, polylines or polygons. To vectorize massive raster images regarding resource and performance problems, we use a distributed HIPI image processing interface based on MapReduce approach. Apache Hadoop is placed at the core of the framework. To realize such a system, we first define mapper function, and then its input and output formats. In this paper, mappers convert raster mosaics into vector counterparts. Reducer functions are not needed for vectorization. Vector representations of the raster images is expected to give better performance in distributed computations by reducing the negative effects of bandwidth problem and horizontal scalability analysis is done.