Skip to content
Snippets Groups Projects
Commit 93c9e08e authored by Cédric Traizet's avatar Cédric Traizet
Browse files

ENH: added applications and images for the unmixing part

parent db470aa2
No related branches found
No related tags found
No related merge requests found
Documentation/Cookbook/Art/HyperspectralImages/cuprite_rgb.png

688 KiB

Documentation/Cookbook/Art/HyperspectralImages/hyperspectralUnmixing_rgb.png

871 KiB

Hyperspectral image processing Hyperspectral image processing
============================== ==============================
.. figure:: ../Art/HyperspectralImages/cuprite_rgb.png
Cuprite image considered, here bands 16, 100 and 180 are displayed.
Unmixing Unmixing
-------- --------
::
otbcli_EndmemberNumberEstimation -in inputImage
-algo vd
-algo.vd.far 1e-5
::
otbcli_VertexComponentAnalysis -in inputImage
-ne 19
-outendm endmembers.tif
::
otbcli_HyperspectralUnmixing -in inputImage
-ie endmembers.tif
-out unmixedImage.tif
-ua ucls
.. figure:: ../Art/HyperspectralImages/hyperspectralUnmixing_rgb.png
Resulting unmixed image, here the first three bands are displayed.
Anomaly detection Anomaly detection
----------------- -----------------
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment