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

#include <otbRadiometricMomentsImageFunction.h>

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

Public Types

typedef itk::SmartPointer< const SelfConstPointer
 
typedef Superclass::ContinuousIndexType ContinuousIndexType
 
typedef TCoordRep CoordRepType
 
typedef Functor::RadiometricMomentsFunctor< itk::ConstNeighborhoodIterator< InputImageType >, ScalarRealTypeFunctorType
 
typedef Superclass::IndexType IndexType
 
typedef TInputImage InputImageType
 
typedef Superclass::OutputType OutputType
 
typedef itk::SmartPointer< SelfPointer
 
typedef Superclass::PointType PointType
 
typedef OutputType::ValueType ScalarRealType
 
typedef RadiometricMomentsImageFunction Self
 
typedef itk::ImageFunction< TInputImage, itk::FixedArray< typename itk::NumericTraits< typename TInputImage::PixelType >::RealType, 4 >, 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_NeighborhoodRadius
 
FunctorType m_Functor
 
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
 
 RadiometricMomentsImageFunction ()
 
 ~RadiometricMomentsImageFunction () override
 
void PrintSelf (std::ostream &os, itk::Indent indent) const override
 
 RadiometricMomentsImageFunction (const Self &)=delete
 
void operator= (const Self &)=delete
 

Detailed Description

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

Calculate the radiometric moments.

Calculate the radiometric moments over a specified neighborhood

This class is templated over the input image type and the coordinate representation type (e.g. float or double).

Definition at line 48 of file otbRadiometricMomentsImageFunction.h.

Member Typedef Documentation

◆ ConstPointer

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

Definition at line 56 of file otbRadiometricMomentsImageFunction.h.

◆ ContinuousIndexType

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

Definition at line 67 of file otbRadiometricMomentsImageFunction.h.

◆ CoordRepType

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

Definition at line 73 of file otbRadiometricMomentsImageFunction.h.

◆ FunctorType

template<class TInputImage , class TCoordRep = double>
typedef Functor::RadiometricMomentsFunctor<itk::ConstNeighborhoodIterator<InputImageType>, ScalarRealType> otb::RadiometricMomentsImageFunction< TInputImage, TCoordRep >::FunctorType

Definition at line 75 of file otbRadiometricMomentsImageFunction.h.

◆ IndexType

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

Definition at line 66 of file otbRadiometricMomentsImageFunction.h.

◆ InputImageType

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

InputImageType typedef support.

Definition at line 62 of file otbRadiometricMomentsImageFunction.h.

◆ OutputType

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

Definition at line 70 of file otbRadiometricMomentsImageFunction.h.

◆ Pointer

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

Definition at line 55 of file otbRadiometricMomentsImageFunction.h.

◆ PointType

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

Definition at line 68 of file otbRadiometricMomentsImageFunction.h.

◆ ScalarRealType

template<class TInputImage , class TCoordRep = double>
typedef OutputType::ValueType otb::RadiometricMomentsImageFunction< TInputImage, TCoordRep >::ScalarRealType

Definition at line 71 of file otbRadiometricMomentsImageFunction.h.

◆ Self

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

Standard class typedefs.

Definition at line 53 of file otbRadiometricMomentsImageFunction.h.

◆ Superclass

template<class TInputImage , class TCoordRep = double>
typedef itk::ImageFunction<TInputImage, itk::FixedArray<typename itk::NumericTraits<typename TInputImage::PixelType>::RealType, 4>, TCoordRep> otb::RadiometricMomentsImageFunction< TInputImage, TCoordRep >::Superclass

Definition at line 54 of file otbRadiometricMomentsImageFunction.h.

Constructor & Destructor Documentation

◆ RadiometricMomentsImageFunction() [1/2]

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

Constructor

Definition at line 36 of file otbRadiometricMomentsImageFunction.hxx.

◆ ~RadiometricMomentsImageFunction()

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

Evaluate the function at non-integer positions

Definition at line 107 of file otbRadiometricMomentsImageFunction.h.

◆ RadiometricMomentsImageFunction() [2/2]

template<class TInputImage , class TCoordRep = double>
otb::RadiometricMomentsImageFunction< TInputImage, TCoordRep >::RadiometricMomentsImageFunction ( 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::RadiometricMomentsImageFunction< TInputImage, TCoordRep >::CreateAnother ( void  ) const

◆ Evaluate()

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

Evaluate the function at non-integer positions

Definition at line 84 of file otbRadiometricMomentsImageFunction.h.

◆ EvaluateAtContinuousIndex()

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

Evaluate the function at non-integer positions

Definition at line 90 of file otbRadiometricMomentsImageFunction.h.

◆ EvaluateAtIndex()

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

Evalulate the function at specified index

Definition at line 50 of file otbRadiometricMomentsImageFunction.hxx.

◆ GetNameOfClass()

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

Run-time type information (and related methods).

◆ GetNeighborhoodRadius()

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

Evaluate the function at non-integer positions

◆ New()

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

Method for creation through the object factory.

◆ operator=()

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

Evaluate the function at non-integer positions

◆ PrintSelf()

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

Evaluate the function at non-integer positions

Definition at line 42 of file otbRadiometricMomentsImageFunction.hxx.

◆ SetNeighborhoodRadius()

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

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

Member Data Documentation

◆ ImageDimension

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

Dimension of the underlying image.

Definition at line 78 of file otbRadiometricMomentsImageFunction.h.

◆ m_Functor

template<class TInputImage , class TCoordRep = double>
FunctorType otb::RadiometricMomentsImageFunction< TInputImage, TCoordRep >::m_Functor
private

Evaluate the function at non-integer positions

Definition at line 117 of file otbRadiometricMomentsImageFunction.h.

◆ m_NeighborhoodRadius

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

Evaluate the function at non-integer positions

Definition at line 116 of file otbRadiometricMomentsImageFunction.h.


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