Commit ff4f6be6 authored by Julien Michel's avatar Julien Michel
Browse files

Merge branch '1870-refactor-indices-functor' of...

Merge branch '1870-refactor-indices-functor' of https://gitlab.orfeo-toolbox.org/orfeotoolbox/otb into 1870-refactor-indices-functor
No related merge requests found
Showing with 52 additions and 27 deletions
+52 -27
...@@ -111,37 +111,62 @@ The *RadiometricIndices* application has the following input parameters: ...@@ -111,37 +111,62 @@ The *RadiometricIndices* application has the following input parameters:
(default value is 1) (default value is 1)
-``-list`` the list of available radiometric indices (default value is -``-list`` the list of available radiometric indices (default value is
Vegetation:NDVI) ``Vegetation:NDVI``)
The available radiometric indices to be listed into -list with their Note that band numbering starts at 1.
relevant channels in brackets are:
:: The available radiometric indices to be listed into ``-list`` with their
relevant channels in brackets are:
Vegetation:NDVI - Normalized difference vegetation index (Red, NIR) +------------------------------+----------------------------------------------------------+---------------+
Vegetation:TNDVI - Transformed normalized difference vegetation index (Red, NIR) |Index |Description |Required bands |
Vegetation:RVI - Ratio vegetation index (Red, NIR) +==============================+==========================================================+===============+
Vegetation:SAVI - Soil adjusted vegetation index (Red, NIR) |Vegetation:NDVI |Normalized difference vegetation index |Red, NIR |
Vegetation:TSAVI - Transformed soil adjusted vegetation index (Red, NIR) +------------------------------+----------------------------------------------------------+---------------+
Vegetation:MSAVI - Modified soil adjusted vegetation index (Red, NIR) |Vegetation:TNDVI |Transformed normalized difference vegetation index |Red, NIR |
Vegetation:MSAVI2 - Modified soil adjusted vegetation index 2 (Red, NIR) +------------------------------+----------------------------------------------------------+---------------+
Vegetation:GEMI - Global environment monitoring index (Red, NIR) |Vegetation:RVI |Ratio vegetation index |Red, NIR |
Vegetation:IPVI - Infrared percentage vegetation index (Red, NIR) +------------------------------+----------------------------------------------------------+---------------+
|Vegetation:SAVI |Soil adjusted vegetation index |Red, NIR |
Water:NDWI - Normalized difference water index (Gao 1996) (NIR, MIR) +------------------------------+----------------------------------------------------------+---------------+
Water:NDWI2 - Normalized difference water index (Mc Feeters 1996) (Green, NIR) |Vegetation:TSAVI |Transformed soil adjusted vegetation index |Red, NIR |
Water:MNDWI - Modified normalized difference water index (Xu 2006) (Green, MIR) +------------------------------+----------------------------------------------------------+---------------+
Water:NDPI - Normalized difference pond index (Lacaux et al.) (MIR, Green) |Vegetation:MSAVI |Modified soil adjusted vegetation index |Red, NIR |
Water:NDTI - Normalized difference turbidity index (Lacaux et al.) (Red, Green) +------------------------------+----------------------------------------------------------+---------------+
|Vegetation:MSAVI2 |Modified soil adjusted vegetation index 2 |Red, NIR |
Soil:RI - Redness index (Red, Green) +------------------------------+----------------------------------------------------------+---------------+
Soil:CI - Color index (Red, Green) |Vegetation:GEMI |Global environment monitoring index |Red, NIR |
Soil:BI - Brightness index (Red, Green) +------------------------------+----------------------------------------------------------+---------------+
Soil:BI2 - Brightness index 2 (NIR, Red, Green) |Vegetation:IPVI |Infrared percentage vegetation index |Red, NIR |
+------------------------------+----------------------------------------------------------+---------------+
|Vegetation:LAIFromNDVILog |Leaf Area Index from log NDVI |Red, NIR |
+------------------------------+----------------------------------------------------------+---------------+
|Vegetation::LAIFromReflLinear |Leaf Area Index from reflectances with linear combination |Red, NIR |
+------------------------------+----------------------------------------------------------+---------------+
|Vegetation::LAIFromNDVIFormo |Leaf Area Index from Formosat 2 TOC |Red, NIR |
+------------------------------+----------------------------------------------------------+---------------+
|Water:NDWI |Normalized difference water index (Gao 1996) |NIR, MIR |
+------------------------------+----------------------------------------------------------+---------------+
|Water:NDWI2 |Normalized difference water index (Mc Feeters 1996) |Green, NIR |
+------------------------------+----------------------------------------------------------+---------------+
|Water:MNDWI |Modified normalized difference water index (Xu 2006) |Green, MIR |
+------------------------------+----------------------------------------------------------+---------------+
|Water:NDTI |Normalized difference turbidity index (Lacaux et al.) |Green, Red |
+------------------------------+----------------------------------------------------------+---------------+
|Soil:RI |Redness index |Green, Red |
+------------------------------+----------------------------------------------------------+---------------+
|Soil:CI |Color index |Green, Red |
+------------------------------+----------------------------------------------------------+---------------+
|Soil:BI |Brightness index |Green, Red |
+------------------------------+----------------------------------------------------------+---------------+
|Soil:BI2 |Brightness index 2 |Green, Red, NIR|
+------------------------------+----------------------------------------------------------+---------------+
|BuiltUp:ISU |Built Surfaces Index |Red, NIR |
+------------------------------+----------------------------------------------------------+---------------+
The application can be used as follows, which would produce an output image The application can be used as follows, which would produce an output image
containing 3 bands, respectively with the Vegetation:NDVI, Vegetation:RVI and containing 3 bands, respectively with the ``Vegetation:NDVI``, ``Vegetation:RVI`` and
Vegetation:IPVI radiometric indices in this exact order: ``Vegetation:IPVI`` radiometric indices in this exact order:
:: ::
...@@ -154,7 +179,7 @@ Vegetation:IPVI radiometric indices in this exact order: ...@@ -154,7 +179,7 @@ Vegetation:IPVI radiometric indices in this exact order:
Vegetation:IPVI Vegetation:IPVI
or as follows, which would produce a single band output image with the or as follows, which would produce a single band output image with the
Water:NDWI2 radiometric index: ``Water:NDWI2`` radiometric index:
:: ::
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment