Skip to content
Snippets Groups Projects
Commit 0f03f60d authored by Aurélien Bricier's avatar Aurélien Bricier
Browse files

ENH: marked Geometric and RealMomentImageFunction deprecated due to their...

ENH: marked Geometric and RealMomentImageFunction deprecated due to their relation with hu flusser and complexMomentImageFunctions
parent b8fc9f6b
No related branches found
No related tags found
No related merge requests found
......@@ -18,6 +18,8 @@
#ifndef __otbGeometricMomentImageFunction_h
#define __otbGeometricMomentImageFunction_h
#include "vcl_deprecated_header.h"
#include "itkImageFunction.h"
namespace otb
......@@ -27,6 +29,9 @@ namespace otb
* \class GeometricMomentImageFunction
* \brief Virtual class for the Geometric moments for an image function
*
* For backward compatibility only
*
*
* \ingroup ImageFunctions
*/
......
......@@ -18,8 +18,11 @@
#ifndef __otbRealMomentImageFunction_h
#define __otbRealMomentImageFunction_h
#include "vcl_deprecated_header.h"
#include "otbGeometricMomentImageFunction.h"
namespace otb
{
......@@ -27,6 +30,9 @@ namespace otb
* \class RealMomentImageFunction
* \brief Virtual class for the Real moments for an image function
*
* For backward compatibility only
*
*
* \ingroup ImageFunctions
*/
......
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