Skip to content
Snippets Groups Projects
Commit 5b65ea4c authored by Manuel Grizonnet's avatar Manuel Grizonnet
Browse files

DOC:describe the construction of feature name in LabelMap

parent 1025a09f
No related branches found
No related tags found
No related merge requests found
.hgignore 100644 → 100755
File mode changed from 100644 to 100755
.hgsigs 100644 → 100755
File mode changed from 100644 to 100755
...@@ -45,6 +45,10 @@ namespace otb ...@@ -45,6 +45,10 @@ namespace otb
* StatisticsAttributesLabelMapFilter to the following features: GEMI, * StatisticsAttributesLabelMapFilter to the following features: GEMI,
* NDVI, IR, IC, IB, NDWI2, Intensity and original B, G, R and NIR channels. * NDVI, IR, IC, IB, NDWI2, Intensity and original B, G, R and NIR channels.
* *
* The feature name is constructed as:
* 'STATS' + '::' + RadiometricFeatureName + '::' + StatisticName
* For example, accessing the mean of NDVI on a LabelObject with the attribute: 'STATS::Ndvi::Mean'
*
* The ReducedAttributesSet flag allows to tell the internal * The ReducedAttributesSet flag allows to tell the internal
* statistics filter to compute only the main attributes. * statistics filter to compute only the main attributes.
* *
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment