OTB  9.0.0
Orfeo Toolbox
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Private Member Functions | Static Private Member Functions | Private Attributes | List of all members
otb::ScalarImageToPanTexTextureFilter< TInpuImage, TOutputImage > Class Template Reference

#include <otbScalarImageToPanTexTextureFilter.h>

+ Inheritance diagram for otb::ScalarImageToPanTexTextureFilter< TInpuImage, TOutputImage >:
+ Collaboration diagram for otb::ScalarImageToPanTexTextureFilter< TInpuImage, TOutputImage >:

Public Types

typedef itk::SmartPointer< const SelfConstPointer
 
typedef CooccurrenceIndexedListType::ConstPointer CooccurrenceIndexedListConstPointerType
 
typedef CooccurrenceIndexedListType::Pointer CooccurrenceIndexedListPointerType
 
typedef GreyLevelCooccurrenceIndexedList< InputPixelTypeCooccurrenceIndexedListType
 
typedef CooccurrenceIndexedListType::IndexType CooccurrenceIndexType
 
typedef InputImageType::Pointer InputImagePointerType
 
typedef TInpuImage InputImageType
 
typedef InputImageType::PixelType InputPixelType
 
typedef InputImageType::RegionType InputRegionType
 
typedef std::vector< OffsetTypeOffsetListType
 
typedef InputImageType::OffsetType OffsetType
 
typedef OutputImageType::Pointer OutputImagePointerType
 
typedef TOutputImage OutputImageType
 
typedef OutputImageType::RegionType OutputRegionType
 
typedef CooccurrenceIndexedListType::PixelValueType PixelValueType
 
typedef itk::SmartPointer< SelfPointer
 
typedef CooccurrenceIndexedListType::RelativeFrequencyType RelativeFrequencyType
 
typedef ScalarImageToPanTexTextureFilter Self
 
typedef InputRegionType::SizeType SizeType
 
typedef itk::ImageToImageFilter< TInpuImage, TOutputImage > Superclass
 
typedef VectorType::const_iterator VectorConstIteratorType
 
typedef VectorType::iterator VectorIteratorType
 
typedef CooccurrenceIndexedListType::VectorType VectorType
 

Public Member Functions

virtual ::itk::LightObject::Pointer CreateAnother (void) const
 
virtual InputPixelType GetInputImageMaximum ()
 
virtual InputPixelType GetInputImageMinimum ()
 
virtual const char * GetNameOfClass () const
 
virtual unsigned int GetNumberOfBinsPerAxis ()
 
virtual SizeType GetRadius ()
 
virtual void SetInputImageMaximum (InputPixelType _arg)
 
virtual void SetInputImageMinimum (InputPixelType _arg)
 
virtual void SetNumberOfBinsPerAxis (unsigned int _arg)
 
virtual void SetRadius (SizeType _arg)
 

Static Public Member Functions

static Pointer New ()
 

Protected Member Functions

void GenerateInputRequestedRegion () override
 
 ScalarImageToPanTexTextureFilter ()
 
 ~ScalarImageToPanTexTextureFilter () override=default
 
void ThreadedGenerateData (const OutputRegionType &outputRegion, itk::ThreadIdType threadId) override
 

Private Member Functions

void operator= (const Self &)=delete
 
 ScalarImageToPanTexTextureFilter (const Self &)=delete
 

Static Private Member Functions

static OutputRegionType RegionUnion (const OutputRegionType &region1, const OutputRegionType &region2)
 

Private Attributes

InputPixelType m_InputImageMaximum
 
InputPixelType m_InputImageMinimum
 
unsigned int m_NumberOfBinsPerAxis
 
OffsetListType m_OffsetList
 
SizeType m_Radius
 

Detailed Description

template<class TInpuImage, class TOutputImage>
class otb::ScalarImageToPanTexTextureFilter< TInpuImage, TOutputImage >

This class computes a texture derived built-up presence index (PanTex)

This class computes a texture-derived built-up presence index (PanTex) from textural characteristics of scalar images.It is the min value of the contrast in 8 directions.

Print references:

Pesari, M., A. Gerhardinger, F. Kayitakire. 2008. A robust built-up area presence index by anisotropic rotation-invariant textural measure. IEEE Journal of selected topics in applied earth observations and remote sensing. Vol1, NO3.

See also
otb::GreyLevelCooccurrenceIndexedList

Definition at line 50 of file otbScalarImageToPanTexTextureFilter.h.

Member Typedef Documentation

◆ ConstPointer

template<class TInpuImage , class TOutputImage >
typedef itk::SmartPointer<const Self> otb::ScalarImageToPanTexTextureFilter< TInpuImage, TOutputImage >::ConstPointer

Definition at line 57 of file otbScalarImageToPanTexTextureFilter.h.

◆ CooccurrenceIndexedListConstPointerType

template<class TInpuImage , class TOutputImage >
typedef CooccurrenceIndexedListType::ConstPointer otb::ScalarImageToPanTexTextureFilter< TInpuImage, TOutputImage >::CooccurrenceIndexedListConstPointerType

Definition at line 79 of file otbScalarImageToPanTexTextureFilter.h.

◆ CooccurrenceIndexedListPointerType

template<class TInpuImage , class TOutputImage >
typedef CooccurrenceIndexedListType::Pointer otb::ScalarImageToPanTexTextureFilter< TInpuImage, TOutputImage >::CooccurrenceIndexedListPointerType

Definition at line 78 of file otbScalarImageToPanTexTextureFilter.h.

◆ CooccurrenceIndexedListType

template<class TInpuImage , class TOutputImage >
typedef GreyLevelCooccurrenceIndexedList<InputPixelType> otb::ScalarImageToPanTexTextureFilter< TInpuImage, TOutputImage >::CooccurrenceIndexedListType

Definition at line 77 of file otbScalarImageToPanTexTextureFilter.h.

◆ CooccurrenceIndexType

template<class TInpuImage , class TOutputImage >
typedef CooccurrenceIndexedListType::IndexType otb::ScalarImageToPanTexTextureFilter< TInpuImage, TOutputImage >::CooccurrenceIndexType

Definition at line 80 of file otbScalarImageToPanTexTextureFilter.h.

◆ InputImagePointerType

template<class TInpuImage , class TOutputImage >
typedef InputImageType::Pointer otb::ScalarImageToPanTexTextureFilter< TInpuImage, TOutputImage >::InputImagePointerType

Definition at line 67 of file otbScalarImageToPanTexTextureFilter.h.

◆ InputImageType

template<class TInpuImage , class TOutputImage >
typedef TInpuImage otb::ScalarImageToPanTexTextureFilter< TInpuImage, TOutputImage >::InputImageType

Template class typedefs

Definition at line 63 of file otbScalarImageToPanTexTextureFilter.h.

◆ InputPixelType

template<class TInpuImage , class TOutputImage >
typedef InputImageType::PixelType otb::ScalarImageToPanTexTextureFilter< TInpuImage, TOutputImage >::InputPixelType

Definition at line 68 of file otbScalarImageToPanTexTextureFilter.h.

◆ InputRegionType

template<class TInpuImage , class TOutputImage >
typedef InputImageType::RegionType otb::ScalarImageToPanTexTextureFilter< TInpuImage, TOutputImage >::InputRegionType

Definition at line 69 of file otbScalarImageToPanTexTextureFilter.h.

◆ OffsetListType

template<class TInpuImage , class TOutputImage >
typedef std::vector<OffsetType> otb::ScalarImageToPanTexTextureFilter< TInpuImage, TOutputImage >::OffsetListType

Definition at line 72 of file otbScalarImageToPanTexTextureFilter.h.

◆ OffsetType

template<class TInpuImage , class TOutputImage >
typedef InputImageType::OffsetType otb::ScalarImageToPanTexTextureFilter< TInpuImage, TOutputImage >::OffsetType

Definition at line 71 of file otbScalarImageToPanTexTextureFilter.h.

◆ OutputImagePointerType

template<class TInpuImage , class TOutputImage >
typedef OutputImageType::Pointer otb::ScalarImageToPanTexTextureFilter< TInpuImage, TOutputImage >::OutputImagePointerType

Definition at line 74 of file otbScalarImageToPanTexTextureFilter.h.

◆ OutputImageType

template<class TInpuImage , class TOutputImage >
typedef TOutputImage otb::ScalarImageToPanTexTextureFilter< TInpuImage, TOutputImage >::OutputImageType

Definition at line 73 of file otbScalarImageToPanTexTextureFilter.h.

◆ OutputRegionType

template<class TInpuImage , class TOutputImage >
typedef OutputImageType::RegionType otb::ScalarImageToPanTexTextureFilter< TInpuImage, TOutputImage >::OutputRegionType

Definition at line 75 of file otbScalarImageToPanTexTextureFilter.h.

◆ PixelValueType

template<class TInpuImage , class TOutputImage >
typedef CooccurrenceIndexedListType::PixelValueType otb::ScalarImageToPanTexTextureFilter< TInpuImage, TOutputImage >::PixelValueType

Definition at line 81 of file otbScalarImageToPanTexTextureFilter.h.

◆ Pointer

template<class TInpuImage , class TOutputImage >
typedef itk::SmartPointer<Self> otb::ScalarImageToPanTexTextureFilter< TInpuImage, TOutputImage >::Pointer

Definition at line 56 of file otbScalarImageToPanTexTextureFilter.h.

◆ RelativeFrequencyType

template<class TInpuImage , class TOutputImage >
typedef CooccurrenceIndexedListType::RelativeFrequencyType otb::ScalarImageToPanTexTextureFilter< TInpuImage, TOutputImage >::RelativeFrequencyType

Definition at line 82 of file otbScalarImageToPanTexTextureFilter.h.

◆ Self

template<class TInpuImage , class TOutputImage >
typedef ScalarImageToPanTexTextureFilter otb::ScalarImageToPanTexTextureFilter< TInpuImage, TOutputImage >::Self

Standard class typedefs

Definition at line 54 of file otbScalarImageToPanTexTextureFilter.h.

◆ SizeType

template<class TInpuImage , class TOutputImage >
typedef InputRegionType::SizeType otb::ScalarImageToPanTexTextureFilter< TInpuImage, TOutputImage >::SizeType

Definition at line 70 of file otbScalarImageToPanTexTextureFilter.h.

◆ Superclass

template<class TInpuImage , class TOutputImage >
typedef itk::ImageToImageFilter<TInpuImage, TOutputImage> otb::ScalarImageToPanTexTextureFilter< TInpuImage, TOutputImage >::Superclass

Definition at line 55 of file otbScalarImageToPanTexTextureFilter.h.

◆ VectorConstIteratorType

template<class TInpuImage , class TOutputImage >
typedef VectorType::const_iterator otb::ScalarImageToPanTexTextureFilter< TInpuImage, TOutputImage >::VectorConstIteratorType

Definition at line 86 of file otbScalarImageToPanTexTextureFilter.h.

◆ VectorIteratorType

template<class TInpuImage , class TOutputImage >
typedef VectorType::iterator otb::ScalarImageToPanTexTextureFilter< TInpuImage, TOutputImage >::VectorIteratorType

Definition at line 85 of file otbScalarImageToPanTexTextureFilter.h.

◆ VectorType

template<class TInpuImage , class TOutputImage >
typedef CooccurrenceIndexedListType::VectorType otb::ScalarImageToPanTexTextureFilter< TInpuImage, TOutputImage >::VectorType

Definition at line 83 of file otbScalarImageToPanTexTextureFilter.h.

Constructor & Destructor Documentation

◆ ScalarImageToPanTexTextureFilter() [1/2]

template<class TInputImage , class TOutputImage >
otb::ScalarImageToPanTexTextureFilter< TInputImage, TOutputImage >::ScalarImageToPanTexTextureFilter
protected

◆ ~ScalarImageToPanTexTextureFilter()

template<class TInpuImage , class TOutputImage >
otb::ScalarImageToPanTexTextureFilter< TInpuImage, TOutputImage >::~ScalarImageToPanTexTextureFilter ( )
overrideprotecteddefault

Destructor

◆ ScalarImageToPanTexTextureFilter() [2/2]

template<class TInpuImage , class TOutputImage >
otb::ScalarImageToPanTexTextureFilter< TInpuImage, TOutputImage >::ScalarImageToPanTexTextureFilter ( const Self )
privatedelete

Member Function Documentation

◆ CreateAnother()

template<class TInpuImage , class TOutputImage >
virtual::itk::LightObject::Pointer otb::ScalarImageToPanTexTextureFilter< TInpuImage, TOutputImage >::CreateAnother ( void  ) const

◆ GenerateInputRequestedRegion()

template<class TInputImage , class TOutputImage >
void otb::ScalarImageToPanTexTextureFilter< TInputImage, TOutputImage >::GenerateInputRequestedRegion
overrideprotected

Generate the input requested region

Definition at line 46 of file otbScalarImageToPanTexTextureFilter.hxx.

◆ GetInputImageMaximum()

template<class TInpuImage , class TOutputImage >
virtual InputPixelType otb::ScalarImageToPanTexTextureFilter< TInpuImage, TOutputImage >::GetInputImageMaximum ( )
virtual

Get the input image maximum

◆ GetInputImageMinimum()

template<class TInpuImage , class TOutputImage >
virtual InputPixelType otb::ScalarImageToPanTexTextureFilter< TInpuImage, TOutputImage >::GetInputImageMinimum ( )
virtual

Get the input image minimum

◆ GetNameOfClass()

template<class TInpuImage , class TOutputImage >
virtual const char* otb::ScalarImageToPanTexTextureFilter< TInpuImage, TOutputImage >::GetNameOfClass ( ) const
virtual

RTTI

◆ GetNumberOfBinsPerAxis()

template<class TInpuImage , class TOutputImage >
virtual unsigned int otb::ScalarImageToPanTexTextureFilter< TInpuImage, TOutputImage >::GetNumberOfBinsPerAxis ( )
virtual

Get the number of bin per axis for histogram generation

◆ GetRadius()

template<class TInpuImage , class TOutputImage >
virtual SizeType otb::ScalarImageToPanTexTextureFilter< TInpuImage, TOutputImage >::GetRadius ( )
virtual

Get the radius of the window on which textures will be computed

◆ New()

template<class TInpuImage , class TOutputImage >
static Pointer otb::ScalarImageToPanTexTextureFilter< TInpuImage, TOutputImage >::New ( )
static

Creation through the object factory

◆ operator=()

template<class TInpuImage , class TOutputImage >
void otb::ScalarImageToPanTexTextureFilter< TInpuImage, TOutputImage >::operator= ( const Self )
privatedelete

◆ RegionUnion()

template<class TInpuImage , class TOutputImage >
static OutputRegionType otb::ScalarImageToPanTexTextureFilter< TInpuImage, TOutputImage >::RegionUnion ( const OutputRegionType region1,
const OutputRegionType region2 
)
staticprivate

Convenient method to compute union of 2 regions

◆ SetInputImageMaximum()

template<class TInpuImage , class TOutputImage >
virtual void otb::ScalarImageToPanTexTextureFilter< TInpuImage, TOutputImage >::SetInputImageMaximum ( InputPixelType  _arg)
virtual

Set the input image maximum

◆ SetInputImageMinimum()

template<class TInpuImage , class TOutputImage >
virtual void otb::ScalarImageToPanTexTextureFilter< TInpuImage, TOutputImage >::SetInputImageMinimum ( InputPixelType  _arg)
virtual

Set the input image minimum

◆ SetNumberOfBinsPerAxis()

template<class TInpuImage , class TOutputImage >
virtual void otb::ScalarImageToPanTexTextureFilter< TInpuImage, TOutputImage >::SetNumberOfBinsPerAxis ( unsigned int  _arg)
virtual

Set the number of bin per axis for histogram generation

◆ SetRadius()

template<class TInpuImage , class TOutputImage >
virtual void otb::ScalarImageToPanTexTextureFilter< TInpuImage, TOutputImage >::SetRadius ( SizeType  _arg)
virtual

Set the radius of the window on which textures will be computed

◆ ThreadedGenerateData()

template<class TInputImage , class TOutputImage >
void otb::ScalarImageToPanTexTextureFilter< TInputImage, TOutputImage >::ThreadedGenerateData ( const OutputRegionType outputRegion,
itk::ThreadIdType  threadId 
)
overrideprotected

Parallel textures extraction

calculate minimum offset and set it as neighborhood radius

Definition at line 89 of file otbScalarImageToPanTexTextureFilter.hxx.

Member Data Documentation

◆ m_InputImageMaximum

template<class TInpuImage , class TOutputImage >
InputPixelType otb::ScalarImageToPanTexTextureFilter< TInpuImage, TOutputImage >::m_InputImageMaximum
private

Input image maximum

Definition at line 146 of file otbScalarImageToPanTexTextureFilter.h.

◆ m_InputImageMinimum

template<class TInpuImage , class TOutputImage >
InputPixelType otb::ScalarImageToPanTexTextureFilter< TInpuImage, TOutputImage >::m_InputImageMinimum
private

Input image minimum

Definition at line 143 of file otbScalarImageToPanTexTextureFilter.h.

◆ m_NumberOfBinsPerAxis

template<class TInpuImage , class TOutputImage >
unsigned int otb::ScalarImageToPanTexTextureFilter< TInpuImage, TOutputImage >::m_NumberOfBinsPerAxis
private

Number of bins per axis for histogram generation

Definition at line 140 of file otbScalarImageToPanTexTextureFilter.h.

◆ m_OffsetList

template<class TInpuImage , class TOutputImage >
OffsetListType otb::ScalarImageToPanTexTextureFilter< TInpuImage, TOutputImage >::m_OffsetList
private

◆ m_Radius

template<class TInpuImage , class TOutputImage >
SizeType otb::ScalarImageToPanTexTextureFilter< TInpuImage, TOutputImage >::m_Radius
private

Radius of the window on which to compute textures

Definition at line 134 of file otbScalarImageToPanTexTextureFilter.h.


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