Skip to content
Snippets Groups Projects
Commit ab4c2326 authored by Julien Malik's avatar Julien Malik
Browse files

ENH: mark RadiometricAttributes as deprecated

parent 75028ec1
No related branches found
No related tags found
No related merge requests found
......@@ -18,6 +18,8 @@
#ifndef __otbRadiometricAttributesLabelMapFilter_h
#define __otbRadiometricAttributesLabelMapFilter_h
#include "vcl_deprecated_header.h"
#include "otbStatisticsAttributesLabelMapFilter.h"
#include "otbVegetationIndicesFunctor.h"
......@@ -118,7 +120,7 @@ private:
} // End namespace Functor
/** \class RadiometricAttributesLabelMapFilter
* \brief This filter computes radiometric attributes for each object.
* \brief <b>DEPRECATED</b>: This filter computes radiometric attributes for each object.
*
* Images are supposed to be standard 4-bands image (B,G,R,NIR). The
* index of each channel can be set via the Set***ChannelIndex()
......@@ -137,6 +139,8 @@ private:
* The ReducedAttributesSet flag allows to tell the internal
* statistics filter to compute only the main attributes.
*
* \deprecated use the otb::BandsStatisticsImageFilter instead
*
* \sa MultiStatsAttributesLabelObjectFunctor AttributesMapLabelObject
* \sa GEMI NDVI IR IC IB NDWI2
* \sa VectorIntensityImageFilter
......
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