Giter Site home page Giter Site logo

cuulee / satelliteimageclassification Goto Github PK

View Code? Open in Web Editor NEW

This project forked from kkgadiraju/satelliteimageclassification

0.0 1.0 0.0 637 KB

Pixel based classification of satellite imagery - feature generation using Orfeo Toolbox, feature selection using Learning Vector Quantization, CLassification using Decision Tree, Neural Networks, Random Forests, KNN and Naive Bayes Classifier

License: MIT License

Java 17.47% R 82.53%

satelliteimageclassification's Introduction

SatelliteImageClassification

Pixel based classification of satellite imagery

  • sample training and testing points generated using Point Sampling plugin in QGIS
  • feature generation using Orfeo Toolbox
  • feature selection using Learning Vector Quantization
  • CLassification using Decision Tree, Neural Networks, Random Forests, KNN and Naive Bayes Classifier
  • Ensemble classifier for Flood Inundation Mapping - classifies a pixel as water if 2 or more than 2 of the above classifiers classify a pixel as water
  • Mode filter used to remove individually wrongly classified pixels
  • Classification accuracy to measure goodness of each model

Outcomes of the best classifier (Multi Layer Perceptron) are as shown below:

To compile and run SatelliteClassification.java, you need weka.jar that you can download from the Weka website.

Compile code:  javac -cp weka.jar SatelliteClassification.java  
Run code: java -cp weka.jar:. SatelliteClassification  "trainingFile" "testingFile" "classifiername"
  • order:

|clouds: white | |roads: yellow | |shadow: black | |urban: pink | |vegetation: green | |water: blue |

Original LANDSAT 8 Image during Flooding Multi Layer Perceptron Classification
Original LANDSAT 8 Image during Flooding Multi Layer Perceptron Classification
Ensemble Classifier: Water vs Everything, without filtering Ensemble Classifier: Water vs Everything, after mode filtering
Ensemble Classifier Ensemble Classifier - After Mode Filter

References:

satelliteimageclassification's People

Contributors

kkgadiraju 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.