SAR Image Classification with MLPH

Modified Multi-Level Pattern Histograms (MLPH) for SAR image classification.

Some results for different regions in and around New York City area:

Dependencies

Platform tested on: Ubuntu 16.04

Softwares/Packages required:

Instructions to Run the Application

$ python -m sarclf -run_mlph 1 -train_svm 1

$ python -m sarclf

$ python -m sarclf -test 0 -clfimg

$ python -m sarclf -test 0 -clfimg ./test_images/2.tif

Example:

$ python -m sarclf -test 0 -clfimg ./test_images/2.tif -modified 1

Methodology

Following the research on MLPH, we derive a pattern matrix for each pixel based on a threshold value, use these matrices varying bin lengths to get local pattern sub-histograms, concatenated to give local pattern histogram. With multiple thresholds, the concatenation of local pattern histograms gives MLPH for each pixel.