Giter Club home page Giter Club logo

environment-anomaly-detection-using-satellite-images's Introduction

Environment-Anomaly-Detection-Using-Satellite-Images

Environment Anomaly Detection using standard machine learning techniques.

Introduction

The technique uses PCA and KMeans to detect anomaly. The code is based on the paper: Click Here

Blog link: Click Here


detect_anomaly.Anomaly (first_image_path = None, second_image_path = None, block_size = 5, return_diff = False)

Parameters

first_image_path: String

Image path of the first image of the particular location

second_image_path: String

Image path of the second image of the same location

block_size: Integer

Size of the window that will be used to create eigen space and vector space

  • Default: 5 if not set
  • Choose it to be an odd number

return_diff: Bool

If you want function to return difference image as well

Returns

change_map: matrix

Image matrix depicting the change.

  • Black region showing no change
  • White region showing change

diff_image: matrix

Difference image is the absolute difference between two given image.

Use

  • import detect_anomaly
  • create object using detect_anomaly.Anomaly() and pass required parameters.
  • call method of the obect: detect() and store the results.

environment-anomaly-detection-using-satellite-images's People

Contributors

animeshseemendra avatar

Watchers

 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.