table of contents
OTBCLI_VERTEXCOMPONENTANALYSIS(1) | User Commands | OTBCLI_VERTEXCOMPONENTANALYSIS(1) |
NAME¶
otbcli_VertexComponentAnalysis - OTB VertexComponentAnalysis application
DESCRIPTION¶
This is the VertexComponentAnalysis application, version 5.2.0 Find endmembers in hyperspectral images with Vertex Component Analysis
Complete documentation: http://www.orfeo-toolbox.org/Applications/VertexComponentAnalysis.html
Parameters:¶
- -progress <boolean>
- Report progress
-in <string> Input Image (mandatory)
- -ne
- <int32> Number of endmembers (mandatory, default value is 1)
-outendm <string> [pixel] Output Endmembers
[pixel=uint8/uint16/int16/uint32/int32/float/double] (default value is
float) (mandatory)
EXAMPLES¶
otbcli_VertexComponentAnalysis -in cupriteSubHsi.tif -ne 5 -outendm VertexComponentAnalysis.tif double
SEE ALSO¶
The full documentation for otbcli_VertexComponentAnalysis is maintained as a Texinfo manual. If the info and otbcli_VertexComponentAnalysis programs are properly installed at your site, the command
- info otbcli_VertexComponentAnalysis
should give you access to the complete manual.
December 2015 | otbcli_VertexComponentAnalysis 5.2.0 |