-
Updated
Oct 5, 2021 - Python
#
hyperspectral
Here are 70 public repositories matching this topic...
Python module for hyperspectral image processing
visualization
python
image-processing
remote-sensing
hyperspectral-image-classification
hyperspectral
target-detection
anomaly-detection
Code of paper "Deep Learning Classifiers for Hyperspectral Imaging: A Review"
-
Updated
Mar 9, 2020 - Python
The repository contains the implementation of different machine learning techniques such as classification and clustering on Hyperspectral and Satellite Imagery.
python
data-science
machine-learning
tensorflow
plotly
pandas
python3
remote-sensing
classification
dimensionality-reduction
data-analysis
satellite-imagery
hacktoberfest
hyperspectral-image-classification
hyperspectral
satellite-images
turorial
matplotlib-pyplot
hyperspectral-images
indian-pines-dataset
-
Updated
Oct 7, 2021 - Jupyter Notebook
A2S2K-ResNet: Attention-Based Adaptive Spectral-Spatial Kernel ResNet for Hyperspectral Image Classification
cnn
remote-sensing
colab
image-classification
residual-networks
hyperspectral-image-classification
hyperspectral
3d-cnn
hyperspectral-imaging
colaboratory
colab-notebook
-
Updated
Nov 16, 2021 - Python
Hyperspectral Image Spatial Super-Resolution via 3D-Full-Convolutional-Neural-Network
-
Updated
Dec 14, 2017 - Python
A framework for multiframe super-resolution (enhancing the quality of an image from multiple similar low-resolution images) with support for hyperspectral imaging data.
-
Updated
Apr 4, 2017 - C++
Learning Sensor-Specific Spatial-Spectral Features of Hyperspectral Images via Convolutional Neural Networks
-
Updated
Jun 5, 2017 - Python
jackiryan
commented
Mar 18, 2019
This is an embarrassing one, but yes, the source is criminally under-documented. Additionally, this would be a great time to add in a flow chart or cartoon illustrating the way the different components of LiveView work together. I am a visual person, and I find it helps to use drawings to visually the many parallel components of the software.
This issue will be sticking around for a while.
S. Liu, Q. Shi and L. Zhang, "Few-Shot Hyperspectral Image Classification With Unknown Classes Using Multitask Deep Learning," in IEEE Transactions on Geoscience and Remote Sensing, doi: 10.1109/TGRS.2020.3018879.
-
Updated
May 17, 2021 - Python
Hyperspectral and soil-moisture data from a field campaign based on a soil sample. Karlsruhe (Germany), 2017.
-
Updated
Sep 15, 2021 - Jupyter Notebook
A Tutorial on Modeling and Inference in Undirected Graphical Models for Hyperspectral Image Analysis
graphical-models
hyperspectral-image-classification
hyperspectral
conditional-random-fields
markov-random-field
-
Updated
May 8, 2018 - MATLAB
Real-time tools for Imaging Spectroscopy Data
-
Updated
Jan 26, 2022 - C++
The code is associated with the following paper "A Fast and Compact 3-D CNN for Hyperspectral Image Classification". IEEE Geoscience and Remote Sensing Letters
-
Updated
Jan 14, 2022 - Jupyter Notebook
hypers: hyperspectral data structure, data analysis and machine learning
python
machine-learning
clustering
data-structures
data-analysis
hyperspectral
matrix-decompositions
hyperspectral-image-denoising
hyperspectral-data
hyperspectral-analysis
-
Updated
Mar 7, 2021 - Python
This is the code for the paper nemed 'Anomaly Detection for Hyperspectral Imagery Based on the Regularized Subspace Method and Collaborative Representation'
-
Updated
Sep 28, 2021 - MATLAB
Matlab code for Fusion of Dual Spatial Information for Hyperspectral Image Classification, 2020, TGRS
-
Updated
Oct 26, 2020 - MATLAB
Tree Crown Image Segmentation through Clustering with RGB, Hyperspectral and LiDAR as inputs
-
Updated
Dec 5, 2018 - Python
specio: Python input/output for spectroscopic files
-
Updated
Feb 26, 2018 - Python
CRIKit2 is a hyperspectral imaging toolkit formerly known as the coherent Raman imaging toolkit.
visualization
python
nist
pyqt5
scientific
matplotlib
svd
hyperspectral
phase-retrieval
raman
hsi
kramers-kronig
baseline-removal
detrending
-
Updated
Nov 29, 2021 - Python
Source code of "Scalable Recurrent Neural Network for Hyperspectral Image Classification"
-
Updated
Sep 13, 2020 - Python
Code examples for the book chapter "Supervised, Semi-Supervised and Unsupervised Learning for Hyperspectral Regression".
python
supervised-learning
semi-supervised-learning
unsupervised-learning
hyperspectral
book-chapter
-
Updated
Sep 15, 2021 - Jupyter Notebook
Tensorflow Implementation of HSID-CNN for denoising hyperspectral images
-
Updated
Oct 22, 2021 - Python
This is the code of paper named "Multipixel Anomaly Detection With Unknown Patterns for Imagery"
-
Updated
Sep 28, 2021 - MATLAB
Source code of "Hyperspectral Image Classification Using Random Occlusion Data Augmentation"
-
Updated
May 25, 2020 - Python
Uses C-GAN for feature hallucination of missing modalities for hyperspectral data. TensorFlow implementation of ICCV '19 paper
-
Updated
Sep 9, 2020 - Python
HYPERSPECTRAL COMPUTE VISION LIBRARY, hyperspectral image process library
-
Updated
Aug 4, 2020 - C
Matlab code for Noise-Robust Hyperspectral Image Classification via Multi-Scale Total Variation, JSTARS, 2019
-
Updated
Jun 2, 2019 - Java
Improve this page
Add a description, image, and links to the hyperspectral topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the hyperspectral topic, visit your repo's landing page and select "manage topics."


To easily install pyMCR into non-ascii environment (e.g. Windows 10 in Japanese), it would be nice to replace the non-breaking hyphen (U+2011) in line 168 of README.rst into more common hyphen-minus (U+002D) to avoid UnicodeDecordError.
On Demo.ipynb, I guess several mcrals._c_mrd should be mcrals._c_mrd[-1] .
Anyway, this code is what I look for. Thank you so much to share your code!