Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 879 Bytes

File metadata and controls

20 lines (12 loc) · 879 Bytes

MVCNMF

The Minimum Volume Constrained Non-negative Matrix Factorization (MVC-NMF) is an unsupervised endmember extraction algorithm. It is designed for highly mixed image data.

Usage

  • create conda env with: conda env create -f env.yml
  • activate env: conda activate mvcnmf
  • run "python nmf_test.py"

Contributors

Lidan Miao, Hairong Qi (hqi@utk.edu), EECS, University of Tennessee, Knoxville Code translated to Python by: Konstantinos Georgiou (kgeorgio@vols.utk.edu), Bredesen Center, University of Tennessee, Knoxville

Reference

L. Miao, H. Qi, "Endmember extraction from highly mixed data using minimum volume constrained non-negative matrix factorization," IEEE Transactions on Geoscience and Remote Sensing, 45(3):765-777, March 2007.

The paper received the Highest Impact Paper Award in 2012 from the IEEE Geoscience and Remote Sensing Society.