/Building-Identification

Building identification in satellite imagery

Primary LanguageMathematica

Building-Identification

The goal is to identify buildings from satellite images. We are going to generate the images by using the google maps API, this will give us the satellite image as well as the street view of the image.

alt text

The GetStreetImage and GetSatImage function has four inputs - latitude, longitude,resolution of your image and the range of your image. They get the satellite image and the street view of a certain location based on the latitude and longitude of your input.

alt text

alt text

A building is represented by gray pixels within street view, we are going to binarize the street view and place it on top of the satellite image.

alt text

The street view images are processed so that only the buildings which are represented by gray in the street view remain.The image is then binarized and color negated so that the buildings which were represented by white, and all the other components of the image are represented by black.

alt text