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

#include <otbHarrisImageToPointSetFilter.h>

+ Inheritance diagram for otb::HarrisImageToPointSetFilter< TInputImage, TOutputPointSet >:
+ Collaboration diagram for otb::HarrisImageToPointSetFilter< TInputImage, TOutputPointSet >:

Public Types

typedef itk::SmartPointer< const SelfConstPointer
 
typedef otb::HarrisImageFilter< InputImageType, InputImageTypeHarrisImageFilterType
 
typedef TInputImage InputImageType
 
typedef InputImageType::PixelType InputPixelType
 
typedef OutputPointSetType::PixelType OutputPixelType
 
typedef TOutputPointSet OutputPointSetType
 
typedef itk::SmartPointer< SelfPointer
 
typedef HarrisImageToPointSetFilter Self
 
typedef InputImageType::SizeType SizeType
 
typedef ImageToPointSetFilter< InputImageType, OutputPointSetTypeSuperclass
 
typedef otb::ThresholdImageToPointSetFilter< InputImageType, OutputPointSetTypeThresholdImageToPointSetType
 
- Public Types inherited from otb::ImageToPointSetFilter< TInputImage, itk::PointSet< typename TInputImage::PixelType, 2 > >
typedef itk::SmartPointer< const SelfConstPointer
 
typedef InputImageType::ConstPointer InputImageConstPointer
 
typedef InputImageType::PixelType InputImagePixelType
 
typedef InputImageType::Pointer InputImagePointer
 
typedef InputImageType::RegionType InputImageRegionType
 
typedef TInputImage InputImageType
 
typedef Superclass::OutputPointSetPointer OutputPointSetPointer
 
typedef Superclass::OutputPointSetType OutputPointSetType
 
typedef Superclass::PointDataContainerType PointDataContainerType
 
typedef itk::SmartPointer< SelfPointer
 
typedef Superclass::PointsContainerType PointsContainerType
 
typedef itk::ProcessObject ProcessObjectType
 
typedef ImageToPointSetFilter Self
 
typedef PointSetSource< itk::PointSet< typename TInputImage::PixelType, 2 > > Superclass
 
- Public Types inherited from otb::PointSetSource< itk::PointSet< typename TInputImage::PixelType, 2 > >
typedef itk::SmartPointer< const SelfConstPointer
 
typedef itk::DataObject::Pointer DataObjectPointer
 
typedef itk::ProcessObject::DataObjectPointerArraySizeType DataObjectPointerArraySizeType
 
typedef OutputPointSetType::Pointer OutputPointSetPointer
 
typedef itk::PointSet< typename TInputImage::PixelType, 2 > OutputPointSetType
 
typedef OutputPointSetType::PointDataContainer PointDataContainerType
 
typedef itk::SmartPointer< SelfPointer
 
typedef OutputPointSetType::PointsContainer PointsContainerType
 
typedef PointSetSource Self
 
typedef itk::ProcessObject Superclass
 

Public Member Functions

virtual ::itk::LightObject::Pointer CreateAnother (void) const
 
virtual const double & GetAlpha () const
 
virtual const InputPixelTypeGetLowerThreshold () const
 
virtual const char * GetNameOfClass () const
 
virtual const double & GetSigmaD () const
 
virtual const double & GetSigmaI () const
 
virtual const InputPixelTypeGetUpperThreshold () const
 
virtual void SetAlpha (double _arg)
 
virtual void SetLowerThreshold (InputPixelType _arg)
 
virtual void SetSigmaD (double _arg)
 
virtual void SetSigmaI (double _arg)
 
virtual void SetUpperThreshold (InputPixelType _arg)
 
- Public Member Functions inherited from otb::ImageToPointSetFilter< TInputImage, itk::PointSet< typename TInputImage::PixelType, 2 > >
virtual const char * GetNameOfClass () const
 
void SetInput (unsigned int idx, const InputImageType *input)
 
void SetInput (const InputImageType *input)
 
const InputImageTypeGetInput (unsigned int idx)
 
const InputImageTypeGetInput ()
 
void GenerateOutputInformation (void) override
 
- Public Member Functions inherited from otb::PointSetSource< itk::PointSet< typename TInputImage::PixelType, 2 > >
virtual ::itk::LightObject::Pointer CreateAnother (void) const
 
OutputPointSetTypeGetOutput (void)
 
OutputPointSetTypeGetOutput (DataObjectPointerArraySizeType idx)
 
void SetOutput (OutputPointSetType *output)
 
virtual void GraftOutput (itk::DataObject *output)
 
virtual void GraftNthOutput (DataObjectPointerArraySizeType idx, itk::DataObject *output)
 
DataObjectPointer MakeOutput (DataObjectPointerArraySizeType idx) override
 

Static Public Member Functions

static Pointer New ()
 
- Static Public Member Functions inherited from otb::PointSetSource< itk::PointSet< typename TInputImage::PixelType, 2 > >
static Pointer New ()
 

Static Public Attributes

static const unsigned int InputImageDimension = TInputImage::ImageDimension
 
- Static Public Attributes inherited from otb::ImageToPointSetFilter< TInputImage, itk::PointSet< typename TInputImage::PixelType, 2 > >
static const unsigned int InputImageDimension
 

Protected Member Functions

void GenerateData () override
 
 HarrisImageToPointSetFilter ()
 
 ~HarrisImageToPointSetFilter () override
 
void PrintSelf (std::ostream &os, itk::Indent indent) const override
 
- Protected Member Functions inherited from otb::ImageToPointSetFilter< TInputImage, itk::PointSet< typename TInputImage::PixelType, 2 > >
 ImageToPointSetFilter ()
 
 ~ImageToPointSetFilter () override
 
void PrintSelf (std::ostream &os, itk::Indent indent) const override
 
void GenerateData (void) override
 
virtual void BeforeThreadedGenerateData ()
 
virtual void AfterThreadedGenerateData ()
 
virtual int SplitRequestedRegion (int i, int num, InputImageRegionType &splitRegion)
 
virtual void ThreadedGenerateData (const InputImageRegionType &inputRegionForThread, itk::ThreadIdType threadId)
 
- Protected Member Functions inherited from otb::PointSetSource< itk::PointSet< typename TInputImage::PixelType, 2 > >
 PointSetSource ()
 
 ~PointSetSource () override
 
void PrintSelf (std::ostream &os, itk::Indent indent) const override
 
void GenerateInputRequestedRegion () override
 

Private Member Functions

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

Private Attributes

double m_Alpha
 
HarrisImageFilterType::Pointer m_HarrisFilter
 
InputPixelType m_LowerThreshold
 
double m_SigmaD
 
double m_SigmaI
 
ThresholdImageToPointSetType::Pointer m_ThresholdFilter
 
InputPixelType m_UpperThreshold
 

Additional Inherited Members

- Protected Types inherited from otb::ImageToPointSetFilter< TInputImage, itk::PointSet< typename TInputImage::PixelType, 2 > >
typedef std::vector< typename OutputPointSetType::PointsContainer::Pointer > OutputPointsContainerForThreadType
 
typedef std::vector< typename OutputPointSetType::PointDataContainer::Pointer > OutputPointDataContainerForThreadType
 
typedef RAMDrivenAdaptativeStreamingManager< InputImageTypeStreamingManagerType
 
typedef StreamingManagerType::Pointer StreamingManagerPointer
 
- Static Protected Member Functions inherited from otb::ImageToPointSetFilter< TInputImage, itk::PointSet< typename TInputImage::PixelType, 2 > >
static ITK_THREAD_RETURN_TYPE ThreaderCallback (void *arg)
 
- Protected Attributes inherited from otb::ImageToPointSetFilter< TInputImage, itk::PointSet< typename TInputImage::PixelType, 2 > >
OutputPointsContainerForThreadType m_PointsContainerPerThread
 
OutputPointDataContainerForThreadType m_PointDataContainerPerThread
 
StreamingManagerPointer m_StreamingManager
 

Detailed Description

template<class TInputImage, class TOutputPointSet = itk::PointSet<typename TInputImage::PixelType, 2>>
class otb::HarrisImageToPointSetFilter< TInputImage, TOutputPointSet >

TODO.

Definition at line 37 of file otbHarrisImageToPointSetFilter.h.

Member Typedef Documentation

◆ ConstPointer

template<class TInputImage , class TOutputPointSet = itk::PointSet<typename TInputImage::PixelType, 2>>
typedef itk::SmartPointer<const Self> otb::HarrisImageToPointSetFilter< TInputImage, TOutputPointSet >::ConstPointer

Definition at line 48 of file otbHarrisImageToPointSetFilter.h.

◆ HarrisImageFilterType

template<class TInputImage , class TOutputPointSet = itk::PointSet<typename TInputImage::PixelType, 2>>
typedef otb::HarrisImageFilter<InputImageType, InputImageType> otb::HarrisImageToPointSetFilter< TInputImage, TOutputPointSet >::HarrisImageFilterType

Definition at line 57 of file otbHarrisImageToPointSetFilter.h.

◆ InputImageType

template<class TInputImage , class TOutputPointSet = itk::PointSet<typename TInputImage::PixelType, 2>>
typedef TInputImage otb::HarrisImageToPointSetFilter< TInputImage, TOutputPointSet >::InputImageType

Definition at line 42 of file otbHarrisImageToPointSetFilter.h.

◆ InputPixelType

template<class TInputImage , class TOutputPointSet = itk::PointSet<typename TInputImage::PixelType, 2>>
typedef InputImageType::PixelType otb::HarrisImageToPointSetFilter< TInputImage, TOutputPointSet >::InputPixelType

Definition at line 52 of file otbHarrisImageToPointSetFilter.h.

◆ OutputPixelType

template<class TInputImage , class TOutputPointSet = itk::PointSet<typename TInputImage::PixelType, 2>>
typedef OutputPointSetType::PixelType otb::HarrisImageToPointSetFilter< TInputImage, TOutputPointSet >::OutputPixelType

Definition at line 60 of file otbHarrisImageToPointSetFilter.h.

◆ OutputPointSetType

template<class TInputImage , class TOutputPointSet = itk::PointSet<typename TInputImage::PixelType, 2>>
typedef TOutputPointSet otb::HarrisImageToPointSetFilter< TInputImage, TOutputPointSet >::OutputPointSetType

Definition at line 43 of file otbHarrisImageToPointSetFilter.h.

◆ Pointer

template<class TInputImage , class TOutputPointSet = itk::PointSet<typename TInputImage::PixelType, 2>>
typedef itk::SmartPointer<Self> otb::HarrisImageToPointSetFilter< TInputImage, TOutputPointSet >::Pointer

Definition at line 47 of file otbHarrisImageToPointSetFilter.h.

◆ Self

template<class TInputImage , class TOutputPointSet = itk::PointSet<typename TInputImage::PixelType, 2>>
typedef HarrisImageToPointSetFilter otb::HarrisImageToPointSetFilter< TInputImage, TOutputPointSet >::Self

Definition at line 45 of file otbHarrisImageToPointSetFilter.h.

◆ SizeType

template<class TInputImage , class TOutputPointSet = itk::PointSet<typename TInputImage::PixelType, 2>>
typedef InputImageType::SizeType otb::HarrisImageToPointSetFilter< TInputImage, TOutputPointSet >::SizeType

Definition at line 55 of file otbHarrisImageToPointSetFilter.h.

◆ Superclass

template<class TInputImage , class TOutputPointSet = itk::PointSet<typename TInputImage::PixelType, 2>>
typedef ImageToPointSetFilter<InputImageType, OutputPointSetType> otb::HarrisImageToPointSetFilter< TInputImage, TOutputPointSet >::Superclass

Definition at line 46 of file otbHarrisImageToPointSetFilter.h.

◆ ThresholdImageToPointSetType

template<class TInputImage , class TOutputPointSet = itk::PointSet<typename TInputImage::PixelType, 2>>
typedef otb::ThresholdImageToPointSetFilter<InputImageType, OutputPointSetType> otb::HarrisImageToPointSetFilter< TInputImage, TOutputPointSet >::ThresholdImageToPointSetType

Definition at line 58 of file otbHarrisImageToPointSetFilter.h.

Constructor & Destructor Documentation

◆ HarrisImageToPointSetFilter() [1/2]

template<class TInputImage , class TOutputPointSet >
otb::HarrisImageToPointSetFilter< TInputImage, TOutputPointSet >::HarrisImageToPointSetFilter
protected

Definition at line 33 of file otbHarrisImageToPointSetFilter.hxx.

◆ ~HarrisImageToPointSetFilter()

template<class TInputImage , class TOutputPointSet = itk::PointSet<typename TInputImage::PixelType, 2>>
otb::HarrisImageToPointSetFilter< TInputImage, TOutputPointSet >::~HarrisImageToPointSetFilter ( )
inlineoverrideprotected

Definition at line 75 of file otbHarrisImageToPointSetFilter.h.

◆ HarrisImageToPointSetFilter() [2/2]

template<class TInputImage , class TOutputPointSet = itk::PointSet<typename TInputImage::PixelType, 2>>
otb::HarrisImageToPointSetFilter< TInputImage, TOutputPointSet >::HarrisImageToPointSetFilter ( const Self )
privatedelete

Member Function Documentation

◆ CreateAnother()

template<class TInputImage , class TOutputPointSet = itk::PointSet<typename TInputImage::PixelType, 2>>
virtual::itk::LightObject::Pointer otb::HarrisImageToPointSetFilter< TInputImage, TOutputPointSet >::CreateAnother ( void  ) const

◆ GenerateData()

template<class TInputImage , class TOutputPointSet >
void otb::HarrisImageToPointSetFilter< TInputImage, TOutputPointSet >::GenerateData
overrideprotected

Definition at line 47 of file otbHarrisImageToPointSetFilter.hxx.

◆ GetAlpha()

template<class TInputImage , class TOutputPointSet = itk::PointSet<typename TInputImage::PixelType, 2>>
virtual const double& otb::HarrisImageToPointSetFilter< TInputImage, TOutputPointSet >::GetAlpha ( ) const
virtual

◆ GetLowerThreshold()

template<class TInputImage , class TOutputPointSet = itk::PointSet<typename TInputImage::PixelType, 2>>
virtual const InputPixelType& otb::HarrisImageToPointSetFilter< TInputImage, TOutputPointSet >::GetLowerThreshold ( ) const
virtual

◆ GetNameOfClass()

template<class TInputImage , class TOutputPointSet = itk::PointSet<typename TInputImage::PixelType, 2>>
virtual const char* otb::HarrisImageToPointSetFilter< TInputImage, TOutputPointSet >::GetNameOfClass ( ) const
virtual

◆ GetSigmaD()

template<class TInputImage , class TOutputPointSet = itk::PointSet<typename TInputImage::PixelType, 2>>
virtual const double& otb::HarrisImageToPointSetFilter< TInputImage, TOutputPointSet >::GetSigmaD ( ) const
virtual

◆ GetSigmaI()

template<class TInputImage , class TOutputPointSet = itk::PointSet<typename TInputImage::PixelType, 2>>
virtual const double& otb::HarrisImageToPointSetFilter< TInputImage, TOutputPointSet >::GetSigmaI ( ) const
virtual

◆ GetUpperThreshold()

template<class TInputImage , class TOutputPointSet = itk::PointSet<typename TInputImage::PixelType, 2>>
virtual const InputPixelType& otb::HarrisImageToPointSetFilter< TInputImage, TOutputPointSet >::GetUpperThreshold ( ) const
virtual

◆ New()

template<class TInputImage , class TOutputPointSet = itk::PointSet<typename TInputImage::PixelType, 2>>
static Pointer otb::HarrisImageToPointSetFilter< TInputImage, TOutputPointSet >::New ( )
static

◆ operator=()

template<class TInputImage , class TOutputPointSet = itk::PointSet<typename TInputImage::PixelType, 2>>
void otb::HarrisImageToPointSetFilter< TInputImage, TOutputPointSet >::operator= ( const Self )
privatedelete

◆ PrintSelf()

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

Standard "PrintSelf" method

Definition at line 69 of file otbHarrisImageToPointSetFilter.hxx.

◆ SetAlpha()

template<class TInputImage , class TOutputPointSet = itk::PointSet<typename TInputImage::PixelType, 2>>
virtual void otb::HarrisImageToPointSetFilter< TInputImage, TOutputPointSet >::SetAlpha ( double  _arg)
virtual

◆ SetLowerThreshold()

template<class TInputImage , class TOutputPointSet = itk::PointSet<typename TInputImage::PixelType, 2>>
virtual void otb::HarrisImageToPointSetFilter< TInputImage, TOutputPointSet >::SetLowerThreshold ( InputPixelType  _arg)
virtual

◆ SetSigmaD()

template<class TInputImage , class TOutputPointSet = itk::PointSet<typename TInputImage::PixelType, 2>>
virtual void otb::HarrisImageToPointSetFilter< TInputImage, TOutputPointSet >::SetSigmaD ( double  _arg)
virtual

◆ SetSigmaI()

template<class TInputImage , class TOutputPointSet = itk::PointSet<typename TInputImage::PixelType, 2>>
virtual void otb::HarrisImageToPointSetFilter< TInputImage, TOutputPointSet >::SetSigmaI ( double  _arg)
virtual

◆ SetUpperThreshold()

template<class TInputImage , class TOutputPointSet = itk::PointSet<typename TInputImage::PixelType, 2>>
virtual void otb::HarrisImageToPointSetFilter< TInputImage, TOutputPointSet >::SetUpperThreshold ( InputPixelType  _arg)
virtual

Member Data Documentation

◆ InputImageDimension

template<class TInputImage , class TOutputPointSet = itk::PointSet<typename TInputImage::PixelType, 2>>
const unsigned int otb::HarrisImageToPointSetFilter< TInputImage, TOutputPointSet >::InputImageDimension = TInputImage::ImageDimension
static

Definition at line 40 of file otbHarrisImageToPointSetFilter.h.

◆ m_Alpha

template<class TInputImage , class TOutputPointSet = itk::PointSet<typename TInputImage::PixelType, 2>>
double otb::HarrisImageToPointSetFilter< TInputImage, TOutputPointSet >::m_Alpha
private

Definition at line 91 of file otbHarrisImageToPointSetFilter.h.

◆ m_HarrisFilter

template<class TInputImage , class TOutputPointSet = itk::PointSet<typename TInputImage::PixelType, 2>>
HarrisImageFilterType::Pointer otb::HarrisImageToPointSetFilter< TInputImage, TOutputPointSet >::m_HarrisFilter
private

Definition at line 93 of file otbHarrisImageToPointSetFilter.h.

◆ m_LowerThreshold

template<class TInputImage , class TOutputPointSet = itk::PointSet<typename TInputImage::PixelType, 2>>
InputPixelType otb::HarrisImageToPointSetFilter< TInputImage, TOutputPointSet >::m_LowerThreshold
private

Definition at line 87 of file otbHarrisImageToPointSetFilter.h.

◆ m_SigmaD

template<class TInputImage , class TOutputPointSet = itk::PointSet<typename TInputImage::PixelType, 2>>
double otb::HarrisImageToPointSetFilter< TInputImage, TOutputPointSet >::m_SigmaD
private

Definition at line 89 of file otbHarrisImageToPointSetFilter.h.

◆ m_SigmaI

template<class TInputImage , class TOutputPointSet = itk::PointSet<typename TInputImage::PixelType, 2>>
double otb::HarrisImageToPointSetFilter< TInputImage, TOutputPointSet >::m_SigmaI
private

Definition at line 90 of file otbHarrisImageToPointSetFilter.h.

◆ m_ThresholdFilter

template<class TInputImage , class TOutputPointSet = itk::PointSet<typename TInputImage::PixelType, 2>>
ThresholdImageToPointSetType::Pointer otb::HarrisImageToPointSetFilter< TInputImage, TOutputPointSet >::m_ThresholdFilter
private

Definition at line 94 of file otbHarrisImageToPointSetFilter.h.

◆ m_UpperThreshold

template<class TInputImage , class TOutputPointSet = itk::PointSet<typename TInputImage::PixelType, 2>>
InputPixelType otb::HarrisImageToPointSetFilter< TInputImage, TOutputPointSet >::m_UpperThreshold
private

Definition at line 88 of file otbHarrisImageToPointSetFilter.h.


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