Skip to content

Parallelepiped Classifier Web Application for Satellite Image Classification

Notifications You must be signed in to change notification settings

abhishekvp/parallelepipedClassifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Parallelepiped Classifier Web Application for Satellite Image Classification

Parallelepiped Classifier uses a Supervised Classification approach. So it requires training data to be able to classify pixels into classes. This WebApp is written in PHP and Java. It makes use of HTML5 Canvas to interactively help the user create the Training Data File(Sample Data File).

PHP is used to upload the input image, create the Training Data File(Sample Data File) and finally render the classified image. A java program(used as jar) is used to create a Signature File from the Training Data File and process the image using that file to generate the classified output image.

Requirements to deploy the application:

  • JDK
  • PHP Server - LAMPP/XAMPP
  • Modern Browser - Mozilla Firefox / Google Chrome

Screenshots:

Main Page Main Page

Training Data Creation Training Data Creation

Classification Result Classification Result

References:

About

Parallelepiped Classifier Web Application for Satellite Image Classification

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published