OTB  9.0.0
Orfeo Toolbox
Public Types | Public Member Functions | Static Public Member Functions | Static Public Attributes | List of all members
otb::RealMomentsImageFunction< TInputImage, TCoordRep > Class Template Reference

#include <otbRealMomentsImageFunction.h>

+ Inheritance diagram for otb::RealMomentsImageFunction< TInputImage, TCoordRep >:
+ Collaboration diagram for otb::RealMomentsImageFunction< TInputImage, TCoordRep >:

Public Types

typedef itk::SmartPointer< const SelfConstPointer
 
typedef Superclass::ContinuousIndexType ContinuousIndexType
 
typedef TCoordRep CoordRepType
 
typedef Superclass::IndexType IndexType
 
typedef TInputImage InputImageType
 
typedef Superclass::OutputType OutputType
 
typedef itk::SmartPointer< SelfPointer
 
typedef Superclass::PointType PointType
 
typedef float ScalarRealType
 
typedef RealMomentsImageFunction Self
 
typedef itk::ImageFunction< TInputImage, std::vector< std::vector< typename itk::NumericTraits< typename TInputImage::PixelType >::RealType > >, TCoordRep > Superclass
 

Public Member Functions

virtual ::itk::LightObject::Pointer CreateAnother (void) const
 
OutputType EvaluateAtIndex (const IndexType &index) const override
 
virtual const char * GetNameOfClass () const
 

Static Public Member Functions

static Pointer New ()
 

Static Public Attributes

static const unsigned int ImageDimension = InputImageType::ImageDimension
 
unsigned int m_Pmax
 
unsigned int m_Qmax
 
unsigned int m_NeighborhoodRadius
 
OutputType Evaluate (const PointType &point) const override
 
OutputType EvaluateAtContinuousIndex (const ContinuousIndexType &cindex) const override
 
virtual void SetNeighborhoodRadius (unsigned int _arg)
 
virtual const unsigned int & GetNeighborhoodRadius () const
 
virtual void SetPmax (unsigned int _arg)
 
virtual const unsigned int & GetPmax () const
 
virtual void SetQmax (unsigned int _arg)
 
virtual const unsigned int & GetQmax () const
 
 RealMomentsImageFunction ()
 
 ~RealMomentsImageFunction () override
 
void PrintSelf (std::ostream &os, itk::Indent indent) const override
 
 RealMomentsImageFunction (const Self &)=delete
 
void operator= (const Self &)=delete
 

Detailed Description

template<class TInputImage, class TCoordRep = double>
class otb::RealMomentsImageFunction< TInputImage, TCoordRep >

Calculate the moment values in the specified neighborhood.

Calculate the real moment values over a specified neighborhood.

Definition at line 42 of file otbRealMomentsImageFunction.h.

Member Typedef Documentation

◆ ConstPointer

template<class TInputImage , class TCoordRep = double>
typedef itk::SmartPointer<const Self> otb::RealMomentsImageFunction< TInputImage, TCoordRep >::ConstPointer

Definition at line 51 of file otbRealMomentsImageFunction.h.

◆ ContinuousIndexType

template<class TInputImage , class TCoordRep = double>
typedef Superclass::ContinuousIndexType otb::RealMomentsImageFunction< TInputImage, TCoordRep >::ContinuousIndexType

Definition at line 62 of file otbRealMomentsImageFunction.h.

◆ CoordRepType

template<class TInputImage , class TCoordRep = double>
typedef TCoordRep otb::RealMomentsImageFunction< TInputImage, TCoordRep >::CoordRepType

Definition at line 68 of file otbRealMomentsImageFunction.h.

◆ IndexType

template<class TInputImage , class TCoordRep = double>
typedef Superclass::IndexType otb::RealMomentsImageFunction< TInputImage, TCoordRep >::IndexType

Definition at line 61 of file otbRealMomentsImageFunction.h.

◆ InputImageType

template<class TInputImage , class TCoordRep = double>
typedef TInputImage otb::RealMomentsImageFunction< TInputImage, TCoordRep >::InputImageType

InputImageType typedef support.

Definition at line 57 of file otbRealMomentsImageFunction.h.

◆ OutputType

template<class TInputImage , class TCoordRep = double>
typedef Superclass::OutputType otb::RealMomentsImageFunction< TInputImage, TCoordRep >::OutputType

Definition at line 65 of file otbRealMomentsImageFunction.h.

◆ Pointer

template<class TInputImage , class TCoordRep = double>
typedef itk::SmartPointer<Self> otb::RealMomentsImageFunction< TInputImage, TCoordRep >::Pointer

Definition at line 50 of file otbRealMomentsImageFunction.h.

◆ PointType

template<class TInputImage , class TCoordRep = double>
typedef Superclass::PointType otb::RealMomentsImageFunction< TInputImage, TCoordRep >::PointType

Definition at line 63 of file otbRealMomentsImageFunction.h.

◆ ScalarRealType

template<class TInputImage , class TCoordRep = double>
typedef float otb::RealMomentsImageFunction< TInputImage, TCoordRep >::ScalarRealType

Definition at line 66 of file otbRealMomentsImageFunction.h.

◆ Self

template<class TInputImage , class TCoordRep = double>
typedef RealMomentsImageFunction otb::RealMomentsImageFunction< TInputImage, TCoordRep >::Self

Standard class typedefs.

Definition at line 47 of file otbRealMomentsImageFunction.h.

◆ Superclass

template<class TInputImage , class TCoordRep = double>
typedef itk::ImageFunction<TInputImage, std::vector<std::vector<typename itk::NumericTraits<typename TInputImage::PixelType>::RealType> >, TCoordRep> otb::RealMomentsImageFunction< TInputImage, TCoordRep >::Superclass

Definition at line 49 of file otbRealMomentsImageFunction.h.

Constructor & Destructor Documentation

◆ RealMomentsImageFunction() [1/2]

template<class TInputImage , class TCoordRep >
otb::RealMomentsImageFunction< TInputImage, TCoordRep >::RealMomentsImageFunction
protected

Constructor

Definition at line 35 of file otbRealMomentsImageFunction.hxx.

◆ ~RealMomentsImageFunction()

template<class TInputImage , class TCoordRep = double>
otb::RealMomentsImageFunction< TInputImage, TCoordRep >::~RealMomentsImageFunction ( )
inlineoverrideprotected

Evaluate the function at non-integer positions

Definition at line 105 of file otbRealMomentsImageFunction.h.

◆ RealMomentsImageFunction() [2/2]

template<class TInputImage , class TCoordRep = double>
otb::RealMomentsImageFunction< TInputImage, TCoordRep >::RealMomentsImageFunction ( const Self )
privatedelete

Evaluate the function at non-integer positions

Member Function Documentation

◆ CreateAnother()

template<class TInputImage , class TCoordRep = double>
virtual::itk::LightObject::Pointer otb::RealMomentsImageFunction< TInputImage, TCoordRep >::CreateAnother ( void  ) const

◆ Evaluate()

template<class TInputImage , class TCoordRep = double>
OutputType otb::RealMomentsImageFunction< TInputImage, TCoordRep >::Evaluate ( const PointType point) const
inlineoverride

Evaluate the function at non-integer positions

Definition at line 77 of file otbRealMomentsImageFunction.h.

◆ EvaluateAtContinuousIndex()

template<class TInputImage , class TCoordRep = double>
OutputType otb::RealMomentsImageFunction< TInputImage, TCoordRep >::EvaluateAtContinuousIndex ( const ContinuousIndexType cindex) const
inlineoverride

Evaluate the function at non-integer positions

Definition at line 83 of file otbRealMomentsImageFunction.h.

◆ EvaluateAtIndex()

template<class TInputImage , class TCoordRep >
RealMomentsImageFunction< TInputImage, TCoordRep >::OutputType otb::RealMomentsImageFunction< TInputImage, TCoordRep >::EvaluateAtIndex ( const IndexType index) const
override

Evalulate the function at specified index

Definition at line 53 of file otbRealMomentsImageFunction.hxx.

◆ GetNameOfClass()

template<class TInputImage , class TCoordRep = double>
virtual const char* otb::RealMomentsImageFunction< TInputImage, TCoordRep >::GetNameOfClass ( ) const
virtual

Run-time type information (and related methods).

◆ GetNeighborhoodRadius()

template<class TInputImage , class TCoordRep = double>
virtual const unsigned int& otb::RealMomentsImageFunction< TInputImage, TCoordRep >::GetNeighborhoodRadius ( ) const
virtual

Evaluate the function at non-integer positions

◆ GetPmax()

template<class TInputImage , class TCoordRep = double>
virtual const unsigned int& otb::RealMomentsImageFunction< TInputImage, TCoordRep >::GetPmax ( ) const
virtual

Evaluate the function at non-integer positions

◆ GetQmax()

template<class TInputImage , class TCoordRep = double>
virtual const unsigned int& otb::RealMomentsImageFunction< TInputImage, TCoordRep >::GetQmax ( ) const
virtual

Evaluate the function at non-integer positions

◆ New()

template<class TInputImage , class TCoordRep = double>
static Pointer otb::RealMomentsImageFunction< TInputImage, TCoordRep >::New ( )
static

Method for creation through the object factory.

◆ operator=()

template<class TInputImage , class TCoordRep = double>
void otb::RealMomentsImageFunction< TInputImage, TCoordRep >::operator= ( const Self )
privatedelete

Evaluate the function at non-integer positions

◆ PrintSelf()

template<class TInputImage , class TCoordRep >
void otb::RealMomentsImageFunction< TInputImage, TCoordRep >::PrintSelf ( std::ostream &  os,
itk::Indent  indent 
) const
overrideprotected

Evaluate the function at non-integer positions

Definition at line 43 of file otbRealMomentsImageFunction.hxx.

◆ SetNeighborhoodRadius()

template<class TInputImage , class TCoordRep = double>
virtual void otb::RealMomentsImageFunction< TInputImage, TCoordRep >::SetNeighborhoodRadius ( unsigned int  _arg)
virtual

Get/Set the radius of the neighborhood over which the statistics are evaluated

◆ SetPmax()

template<class TInputImage , class TCoordRep = double>
virtual void otb::RealMomentsImageFunction< TInputImage, TCoordRep >::SetPmax ( unsigned int  _arg)
virtual

Evaluate the function at non-integer positions

◆ SetQmax()

template<class TInputImage , class TCoordRep = double>
virtual void otb::RealMomentsImageFunction< TInputImage, TCoordRep >::SetQmax ( unsigned int  _arg)
virtual

Evaluate the function at non-integer positions

Member Data Documentation

◆ ImageDimension

template<class TInputImage , class TCoordRep = double>
const unsigned int otb::RealMomentsImageFunction< TInputImage, TCoordRep >::ImageDimension = InputImageType::ImageDimension
static

Dimension of the underlying image.

Definition at line 71 of file otbRealMomentsImageFunction.h.

◆ m_NeighborhoodRadius

template<class TInputImage , class TCoordRep = double>
unsigned int otb::RealMomentsImageFunction< TInputImage, TCoordRep >::m_NeighborhoodRadius
private

Evaluate the function at non-integer positions

Definition at line 116 of file otbRealMomentsImageFunction.h.

◆ m_Pmax

template<class TInputImage , class TCoordRep = double>
unsigned int otb::RealMomentsImageFunction< TInputImage, TCoordRep >::m_Pmax
private

Evaluate the function at non-integer positions

Definition at line 114 of file otbRealMomentsImageFunction.h.

◆ m_Qmax

template<class TInputImage , class TCoordRep = double>
unsigned int otb::RealMomentsImageFunction< TInputImage, TCoordRep >::m_Qmax
private

Evaluate the function at non-integer positions

Definition at line 115 of file otbRealMomentsImageFunction.h.


The documentation for this class was generated from the following files: