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

#include <otbTextureImageFunction.h>

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

Public Types

typedef itk::SmartPointer< const SelfConstPointer
 
typedef Superclass::ContinuousIndexType ContinuousIndexType
 
typedef TFunctor FunctorType
 
typedef Superclass::IndexType IndexType
 
typedef TInputImage InputImageType
 
typedef itk::ConstNeighborhoodIterator< InputImageTypeIteratorType
 
typedef IteratorType::NeighborhoodType NeighborhoodType
 
typedef InputImageType::OffsetType OffsetType
 
typedef Superclass::OutputType OutputType
 
typedef InputImageType::PixelType PixelType
 
typedef itk::SmartPointer< SelfPointer
 
typedef Superclass::PointType PointType
 
typedef itk::NumericTraits< typename InputImageType::PixelType >::RealType RealType
 
typedef TextureImageFunction Self
 
typedef InputImageType::SizeType SizeType
 
typedef itk::ImageFunction< TInputImage, typename itk::NumericTraits< typename TInputImage::PixelType >::RealType, TCoordRep > Superclass
 

Public Member Functions

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

Static Public Member Functions

static Pointer New ()
 

Static Public Attributes

static const unsigned int ImageDimension = InputImageType::ImageDimension
 
SizeType m_Radius
 
OffsetType m_Offset
 
RealType Evaluate (const PointType &point) const override
 
RealType EvaluateAtContinuousIndex (const ContinuousIndexType &cindex) const override
 
void SetRadius (SizeType &rad)
 
void SetOffset (OffsetType &off)
 
virtual SizeType GetRadius ()
 
virtual OffsetType GetOffset ()
 
virtual std::string GetName () const
 
 TextureImageFunction ()
 
 ~TextureImageFunction () override
 
void PrintSelf (std::ostream &os, itk::Indent indent) const override
 
 TextureImageFunction (const Self &)=delete
 
void operator= (const Self &)=delete
 

Detailed Description

template<class TInputImage, class TFunctor, class TCoordRep = float>
class otb::TextureImageFunction< TInputImage, TFunctor, TCoordRep >

Calculate a texture over an image.

This class is templated with the input image and the Functor that will compute the texture.

Definition at line 44 of file otbTextureImageFunction.h.

Member Typedef Documentation

◆ ConstPointer

template<class TInputImage , class TFunctor , class TCoordRep = float>
typedef itk::SmartPointer<const Self> otb::TextureImageFunction< TInputImage, TFunctor, TCoordRep >::ConstPointer

Definition at line 53 of file otbTextureImageFunction.h.

◆ ContinuousIndexType

template<class TInputImage , class TFunctor , class TCoordRep = float>
typedef Superclass::ContinuousIndexType otb::TextureImageFunction< TInputImage, TFunctor, TCoordRep >::ContinuousIndexType

Definition at line 69 of file otbTextureImageFunction.h.

◆ FunctorType

template<class TInputImage , class TFunctor , class TCoordRep = float>
typedef TFunctor otb::TextureImageFunction< TInputImage, TFunctor, TCoordRep >::FunctorType

Definition at line 63 of file otbTextureImageFunction.h.

◆ IndexType

template<class TInputImage , class TFunctor , class TCoordRep = float>
typedef Superclass::IndexType otb::TextureImageFunction< TInputImage, TFunctor, TCoordRep >::IndexType

Definition at line 68 of file otbTextureImageFunction.h.

◆ InputImageType

template<class TInputImage , class TFunctor , class TCoordRep = float>
typedef TInputImage otb::TextureImageFunction< TInputImage, TFunctor, TCoordRep >::InputImageType

typedef support.

Definition at line 59 of file otbTextureImageFunction.h.

◆ IteratorType

template<class TInputImage , class TFunctor , class TCoordRep = float>
typedef itk::ConstNeighborhoodIterator<InputImageType> otb::TextureImageFunction< TInputImage, TFunctor, TCoordRep >::IteratorType

Definition at line 71 of file otbTextureImageFunction.h.

◆ NeighborhoodType

template<class TInputImage , class TFunctor , class TCoordRep = float>
typedef IteratorType::NeighborhoodType otb::TextureImageFunction< TInputImage, TFunctor, TCoordRep >::NeighborhoodType

Definition at line 72 of file otbTextureImageFunction.h.

◆ OffsetType

template<class TInputImage , class TFunctor , class TCoordRep = float>
typedef InputImageType::OffsetType otb::TextureImageFunction< TInputImage, TFunctor, TCoordRep >::OffsetType

Definition at line 64 of file otbTextureImageFunction.h.

◆ OutputType

template<class TInputImage , class TFunctor , class TCoordRep = float>
typedef Superclass::OutputType otb::TextureImageFunction< TInputImage, TFunctor, TCoordRep >::OutputType

Definition at line 67 of file otbTextureImageFunction.h.

◆ PixelType

template<class TInputImage , class TFunctor , class TCoordRep = float>
typedef InputImageType::PixelType otb::TextureImageFunction< TInputImage, TFunctor, TCoordRep >::PixelType

Definition at line 66 of file otbTextureImageFunction.h.

◆ Pointer

template<class TInputImage , class TFunctor , class TCoordRep = float>
typedef itk::SmartPointer<Self> otb::TextureImageFunction< TInputImage, TFunctor, TCoordRep >::Pointer

Definition at line 52 of file otbTextureImageFunction.h.

◆ PointType

template<class TInputImage , class TFunctor , class TCoordRep = float>
typedef Superclass::PointType otb::TextureImageFunction< TInputImage, TFunctor, TCoordRep >::PointType

Definition at line 70 of file otbTextureImageFunction.h.

◆ RealType

template<class TInputImage , class TFunctor , class TCoordRep = float>
typedef itk::NumericTraits<typename InputImageType::PixelType>::RealType otb::TextureImageFunction< TInputImage, TFunctor, TCoordRep >::RealType

Definition at line 73 of file otbTextureImageFunction.h.

◆ Self

template<class TInputImage , class TFunctor , class TCoordRep = float>
typedef TextureImageFunction otb::TextureImageFunction< TInputImage, TFunctor, TCoordRep >::Self

Standard class typedefs.

Definition at line 50 of file otbTextureImageFunction.h.

◆ SizeType

template<class TInputImage , class TFunctor , class TCoordRep = float>
typedef InputImageType::SizeType otb::TextureImageFunction< TInputImage, TFunctor, TCoordRep >::SizeType

Definition at line 65 of file otbTextureImageFunction.h.

◆ Superclass

template<class TInputImage , class TFunctor , class TCoordRep = float>
typedef itk::ImageFunction<TInputImage, typename itk::NumericTraits<typename TInputImage::PixelType>::RealType, TCoordRep> otb::TextureImageFunction< TInputImage, TFunctor, TCoordRep >::Superclass

Definition at line 51 of file otbTextureImageFunction.h.

Constructor & Destructor Documentation

◆ TextureImageFunction() [1/2]

template<class TInputImage , class TFunctor , class TCoordRep >
otb::TextureImageFunction< TInputImage, TFunctor, TCoordRep >::TextureImageFunction
protected

Constructor

Definition at line 33 of file otbTextureImageFunction.hxx.

◆ ~TextureImageFunction()

template<class TInputImage , class TFunctor , class TCoordRep = float>
otb::TextureImageFunction< TInputImage, TFunctor, TCoordRep >::~TextureImageFunction ( )
inlineoverrideprotected

Evaluate the function at non-integer positions

Definition at line 124 of file otbTextureImageFunction.h.

◆ TextureImageFunction() [2/2]

template<class TInputImage , class TFunctor , class TCoordRep = float>
otb::TextureImageFunction< TInputImage, TFunctor, TCoordRep >::TextureImageFunction ( const Self )
privatedelete

Evaluate the function at non-integer positions

Member Function Documentation

◆ CreateAnother()

template<class TInputImage , class TFunctor , class TCoordRep = float>
virtual::itk::LightObject::Pointer otb::TextureImageFunction< TInputImage, TFunctor, TCoordRep >::CreateAnother ( void  ) const

◆ Evaluate()

template<class TInputImage , class TFunctor , class TCoordRep = float>
RealType otb::TextureImageFunction< TInputImage, TFunctor, TCoordRep >::Evaluate ( const PointType point) const
inlineoverride

Evaluate the function at non-integer positions

Definition at line 82 of file otbTextureImageFunction.h.

◆ EvaluateAtContinuousIndex()

template<class TInputImage , class TFunctor , class TCoordRep = float>
RealType otb::TextureImageFunction< TInputImage, TFunctor, TCoordRep >::EvaluateAtContinuousIndex ( const ContinuousIndexType cindex) const
inlineoverride

Evaluate the function at non-integer positions

Definition at line 88 of file otbTextureImageFunction.h.

◆ EvaluateAtIndex()

template<class TInputImage , class TFunctor , class TCoordRep >
TextureImageFunction< TInputImage, TFunctor, TCoordRep >::RealType otb::TextureImageFunction< TInputImage, TFunctor, TCoordRep >::EvaluateAtIndex ( const IndexType index) const
override

Evalulate the function at specified index

Definition at line 57 of file otbTextureImageFunction.hxx.

◆ GetName()

template<class TInputImage , class TFunctor , class TCoordRep = float>
virtual std::string otb::TextureImageFunction< TInputImage, TFunctor, TCoordRep >::GetName ( ) const
inlinevirtual

Return the texture name

Definition at line 115 of file otbTextureImageFunction.h.

◆ GetNameOfClass()

template<class TInputImage , class TFunctor , class TCoordRep = float>
virtual const char* otb::TextureImageFunction< TInputImage, TFunctor, TCoordRep >::GetNameOfClass ( ) const
virtual

Run-time type information (and related methods).

◆ GetOffset()

template<class TInputImage , class TFunctor , class TCoordRep = float>
virtual OffsetType otb::TextureImageFunction< TInputImage, TFunctor, TCoordRep >::GetOffset ( )
virtual

Evaluate the function at non-integer positions

◆ GetRadius()

template<class TInputImage , class TFunctor , class TCoordRep = float>
virtual SizeType otb::TextureImageFunction< TInputImage, TFunctor, TCoordRep >::GetRadius ( )
virtual

Evaluate the function at non-integer positions

◆ New()

template<class TInputImage , class TFunctor , class TCoordRep = float>
static Pointer otb::TextureImageFunction< TInputImage, TFunctor, TCoordRep >::New ( )
static

Method for creation through the object factory.

◆ operator=()

template<class TInputImage , class TFunctor , class TCoordRep = float>
void otb::TextureImageFunction< TInputImage, TFunctor, TCoordRep >::operator= ( const Self )
privatedelete

Evaluate the function at non-integer positions

◆ PrintSelf()

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

Evaluate the function at non-integer positions

Definition at line 44 of file otbTextureImageFunction.hxx.

◆ SetOffset()

template<class TInputImage , class TFunctor , class TCoordRep = float>
void otb::TextureImageFunction< TInputImage, TFunctor, TCoordRep >::SetOffset ( OffsetType off)
inline

Evaluate the function at non-integer positions

Definition at line 105 of file otbTextureImageFunction.h.

◆ SetRadius()

template<class TInputImage , class TFunctor , class TCoordRep = float>
void otb::TextureImageFunction< TInputImage, TFunctor, TCoordRep >::SetRadius ( SizeType rad)
inline

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

Definition at line 98 of file otbTextureImageFunction.h.

Member Data Documentation

◆ ImageDimension

template<class TInputImage , class TFunctor , class TCoordRep = float>
const unsigned int otb::TextureImageFunction< TInputImage, TFunctor, TCoordRep >::ImageDimension = InputImageType::ImageDimension
static

Dimension of the underlying image.

Definition at line 76 of file otbTextureImageFunction.h.

◆ m_Offset

template<class TInputImage , class TFunctor , class TCoordRep = float>
OffsetType otb::TextureImageFunction< TInputImage, TFunctor, TCoordRep >::m_Offset
private

Evaluate the function at non-integer positions

Definition at line 134 of file otbTextureImageFunction.h.

◆ m_Radius

template<class TInputImage , class TFunctor , class TCoordRep = float>
SizeType otb::TextureImageFunction< TInputImage, TFunctor, TCoordRep >::m_Radius
private

Evaluate the function at non-integer positions

Definition at line 133 of file otbTextureImageFunction.h.


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