Giter Club home page Giter Club logo

change-detection-in-multitemporal-satellite-images's Introduction

Change Detection in Multi-temporal Satellite Images

In this job, I collaborated with Ihebeddine RYAHI

Table of contents

  1. Overview
  2. Requirements
  3. How to detect change?

In this project, we built a machine learning model to detect changes in multi-temporal satellite images.
It uses Principal Component Analysis (PCA) and K-means clustering techniques over difference image.

       • OpenCV (version 4.2.1).
       • Python (version 3.6.9).
       • Scikit-learn ML Library.
       • The directory images contains multi-temporal images developed from the LANDSAT images available in the United States Geological Survey (USGS) website. You can find some of multi-temporal image pairs in images directory.

       • Go to scripts directory and Run python DetectChange.py -io <FIRST_IMAGE> -it <SECOND_IMAGE> -o <OUTPUT_DIRECTORY> to detect change in two multi-temporal satellite images.
NB: The output directory should end with '/'.
The script will generate a difference image named difference and a ChangeMap image.
Other images are generated depending on morphological transformations.

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.