Giter Site home page Giter Site logo

buildingrecognition's Introduction

BuildingRecognition

Automatic Recognition of Buildings in Satellite Imagery This project automatically detects buildings in satellite images. It uses the Burns Edge Detection algorithm to detect edges of buildings.

Example images of algorithm

Algorithm uses Burns algorithm to improve edge detection in a rasterized image. Example of initial corner and edge detection is shown below.

alt tag

Algorithm eliminates detects all small line segments, groups similar line segments into larger lines. Intsersections of lines at specified angles consistute potential building corners.

alt tag

Algorithm reviews the lines and corners and eliminates redundant edges

alt tag

A building shape is found. Further work needed to improve the algorihm's detection rate.

Description of Algorithm Method

Image pre filtering

Image is pre-processed with Gaussian smoothing to remove some image noise.

Burns Edge Detection

Burns edge detection is run to look for gradients in image that indicate edges. This algorithm sorts the lines into “gradient bins” based on the angle of the line. The algorithm then identifies the most dominant lines based on size

Compute Line regions

Line regions are constructed into lines based on a least squares fit of a line of all points in that region

Link lines that are similar or close

Lines are then compared and linked if they are sufficiently close in lateral distance, angle, overlap, and underlap

Line intersection detection

Resulting line segments are then compared to extract all possible line intersections. Note that a tolerance is required here since some line segments do not completely overlap at the building corner point.

Identify building corners

From these line intersections, building corners are determined as those which intersect at an angle close to 90 degrees. Note this 90 degrees tolerance can change drastically based on the acquisition angle of the imaging satellite. The result of this stage is a series of x,y points where a building corner has been identified, as well as information on the two walls that intersect it.

Building Hypothesis

Algorithm looks at all possible building corners and identifies sets which close a loop.

buildingrecognition's People

Contributors

jordanlui avatar

Watchers

James Cloos avatar Shyam Sunder avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.