Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rajathkmp/preprocessinghyperspectral
Algorithms are carried out on Hawaii.raw. GOA, MergeSort and HeapSort.
https://github.com/rajathkmp/preprocessinghyperspectral
image-compression information-theory python signal-processing
Last synced: 3 days ago
JSON representation
Algorithms are carried out on Hawaii.raw. GOA, MergeSort and HeapSort.
- Host: GitHub
- URL: https://github.com/rajathkmp/preprocessinghyperspectral
- Owner: rajathkmp
- Created: 2015-09-29T19:36:41.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-07T22:15:36.000Z (about 9 years ago)
- Last Synced: 2023-08-11T12:53:38.118Z (over 1 year ago)
- Topics: image-compression, information-theory, python, signal-processing
- Homepage:
- Size: 2.13 MB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pre-Processing-Hyperspectral-Images
The Algorithms are carried out on the Hyperspectral Image, Hawaii.raw.
The different band re-ordering algorithms that are implemented,
- Greedy Ordering Algorithm
- Merge Sort
- Heap SortIn each algorithm the different scanning techniques that are implemented,
- Raster
- ZigZag
- Orthogonal
- SnakeThe scanned list so obtained is subjected to Huffman Coding and compression ratio is calculated.
The Structural Similarity Index is also implemented and compared with Correlation Coefficient.
Further, Linear Predictive Coding (LPC) is implemented for each band re-ordering algorithm and the obtained result is given as input to Huffman Coding.