ThomasWangWeiHong / Multi-Scale-Filtering-Building-Index

Python implementation of building extraction index proposed in academic paper

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Multi-Scale-Filtering-Building-Index

Python implementation of building extraction index proposed in academic paper

This repository contains functions to generate grayscale images, and the various Multi - Scale Filtering Building Index (MFBI) and their variants, like the Multichannel Multi - Scale Filtering Building Index (MMFBI) as proposed in the paper 'A Multi - Scale Filtering Building Index for Building Extraction in Very High - Resolution Satellite Imagery' by Bi Q., Qin K., Zhang H., Zhang Y., Li Z., Xu K. (2019).

Requirements:

  • cv2
  • numpy
  • rasterio
  • skimage
  • sklearn
  • tqdm

Test Image (courtesy of Maxar DigitalGlobe Open Data Program):

alt text

MFBI Image:

alt text

MMFBI Version 1 Image:

alt text

MMFBI Version 2 Image:

alt text

About

Python implementation of building extraction index proposed in academic paper


Languages

Language:Python 100.0%