Skip to content

Latest commit

 

History

History
22 lines (11 loc) · 837 Bytes

File metadata and controls

22 lines (11 loc) · 837 Bytes

CLRMA and ALRMA

Algorithms for signal extraction of hyperspectral Raman imaging data, including ALRMA and CLRMA.

The demo.m script demonstrates a comparison of ALRMA and CLRMA over the hyperspectral Raman imaging of a HeLa cell sample.

The related data can be downloaded in the 'master' branch of this project, which are '.mat' version for the convenience of implementation in Matlab.

All the '.m' and '.mat' files should be included in the same folder when you run the 'demo.m' script.

File descriptions

ALRMA.m------Adaptive low-rank matrix approximation for hyperspectral signal extraction

CLRMA.m------Collaborative low-rank matrix approximation for hyperspectral signal extraction

despike1.m---1-D spike removal method

despike2.m---2-D spike removal method

despike3.m---3-D spike removal method