Material count functions¶
HfcVd¶
-
pysptools.material_count.vd.
HfcVd
(M, far='default')¶ Computes the vitual dimensionality (VD) measure for an HSI image for specified false alarm rates. When no false alarm rate(s) is specificied, the following vector is used: 1e-3, 1e-4, 1e-5. This metric is used to estimate the number of materials in an HSI scene.
- Parameters:
- M: numpy array
- HSI data as a 2D matrix (N x p).
- far: list [default default]
- False alarm rate(s).
- Returns: python list
- VD measure, number of materials estimate.
- References:
C.-I. Chang and Q. Du, “Estimation of number of spectrally distinct signal sources in hyperspectral imagery,” IEEE Transactions on Geoscience and Remote Sensing, vol. 43, no. 3, mar 2004.
J. Wang and C.-I. Chang, “Applications of independent component analysis in endmember extraction and abundance quantification for hyperspectral imagery,” IEEE Transactions on Geoscience and Remote Sensing, vol. 44, no. 9, pp. 2601-1616, sep 2006.
hysime¶
-
pysptools.material_count.vd.
hysime
(y, n, Rn)¶ Hyperspectral signal subspace estimation
- Parameters:
- y: numpy array
- hyperspectral data set (each row is a pixel) with ((m*n) x p), where p is the number of bands and (m*n) the number of pixels.
- n: numpy array
- ((m*n) x p) matrix with the noise in each pixel.
- Rn: numpy array
- noise correlation matrix (p x p)
- Returns: tuple integer, numpy array
- kf signal subspace dimension
- Ek matrix which columns are the eigenvectors that span the signal subspace.
- Copyright:
- Jose Nascimento (zen@isel.pt) & Jose Bioucas-Dias (bioucas@lx.it.pt) For any comments contact the authors