Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/alejandromllo/laguerre-gauss-preprocessing

Laguerre-Gauss Preprocessing: Line Profiles as Image Features
https://github.com/alejandromllo/laguerre-gauss-preprocessing

aerial-imagery artificial-intelligence image-classification image-processing knn-classifier machine-learning mlp-classifier preprocessing

Last synced: 2 months ago
JSON representation

Laguerre-Gauss Preprocessing: Line Profiles as Image Features

Awesome Lists containing this project

README

        

# Laguerre-Gauss Preprocessing: Line Profiles as Images Features

Code implementation of the results presented on *Laguerre-Gauss Preprocessing: Line Profiles
as Images Features for Aerial Images Classification*.

https://arxiv.org/abs/1912.06729

## Usage
Using Python (v3.7.3) run the files MLP.py, kNN.py and CNN.py to test the results on the trained
models using a _subsample_ of the test set of aerial images.

### Subsample of test set
The folder @sample_test_data@ contains a randomly chosen subsample of the test set for aerial
images classification. The images are 64x64 RGB classified as 0 (nothing of interest: populations,
rivers, forest, etc.) or 1 (something of interest: heavy machinery, boats, deforestation, etc.).