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

ENH:PanTex texture classes as deprecated

parent 359e3a35
No related branches found
No related tags found
No related merge requests found
......@@ -25,17 +25,10 @@ namespace otb
namespace Functor
{
/** \class PanTexTextureFunctor
* \brief This functor calculates the contrast image texture according to Haralick descriptors.
* \brief <b>DEPRECATED<\b>
*
* Computes contrast using joint histogram (neighborhood and offset neighborhood).
* The formula is:
* \f$ \sum_{n}n^2.p_{x-y}(n)^2 \f$
* TIterInput is an iterator, TOutput is a PixelType.
*
* \sa TextureFunctorBase
* \ingroup Functor
* \ingroup Statistics
* \ingroup Textures
* \deprecated in OTB 3.4, please use
* otbScalarImageToPanTexTextureFilter instead.
*/
template <class TScalarInputPixelType, class TScalarOutputPixelType>
......
......@@ -26,14 +26,11 @@ namespace otb
{
/** \class PanTexTextureImageFilter
* \brief This filter computes the panchromatic Texture measure.
*
* It is the min value of the contrast in 8 directions.
*
* \sa ContrastTextureFunctor
*
* \ingroup Textures
*/
* \brief <b>DEPRECATED<\b>
*
* \deprecated in OTB 3.4, please use
* otbScalarImageToPanTexTextureFilter instead.
*/
template <class TInputImage, class TOutputImage>
class ITK_EXPORT PanTexTextureImageFilter :
......
......@@ -30,13 +30,10 @@ namespace otb
/**
* \class PanTexTextureImageFunction
* \brief Calculate a texture over an image.
* \brief <b>DEPRECATED<\b>
*
* This class is templated with the input image and the Functor
* that will compute the texture.
*
* \ingroup ImageFunctions
* \ingroup Textures
* \deprecated in OTB 3.4, please use
* otbScalarImageToPanTexTextureFilter instead.
*/
template <class TInputImage, class TOutputImage, class TCoordRep = float>
......
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