OTB  9.0.0
Orfeo Toolbox
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Private Member Functions | List of all members
otb::PersistentStreamingLineSegmentDetector< TImageType > Class Template Reference

#include <otbStreamingLineSegmentDetector.h>

+ Inheritance diagram for otb::PersistentStreamingLineSegmentDetector< TImageType >:
+ Collaboration diagram for otb::PersistentStreamingLineSegmentDetector< TImageType >:

Public Types

typedef itk::SmartPointer< const SelfConstPointer
 
typedef Superclass::ExtractImageFilterType ExtractImageFilterType
 
typedef Superclass::InputImagePointer InputImagePointerType
 
typedef Superclass::InputImageType InputImageType
 
typedef otb::LineSegmentDetector< TImageType, double > LSDType
 
typedef Superclass::OutputVectorDataPointerType OutputVectorDataPointerType
 
typedef Superclass::OutputVectorDataType OutputVectorDataType
 
typedef itk::SmartPointer< SelfPointer
 
typedef PersistentStreamingLineSegmentDetector Self
 
typedef PersistentImageToVectorDataFilter< TImageType, typename otb::LineSegmentDetector< TImageType, double >::VectorDataType > Superclass
 
- Public Types inherited from otb::PersistentImageToVectorDataFilter< TImageType, otb::LineSegmentDetector< TImageType, double >::VectorDataType >
typedef ConcatenateVectorDataFilterType::Pointer ConcatenateVectorDataFilterPointerType
 
typedef otb::ConcatenateVectorDataFilter< OutputVectorDataTypeConcatenateVectorDataFilterType
 
typedef itk::SmartPointer< const SelfConstPointer
 
typedef itk::DataObject::Pointer DataObjectPointer
 
typedef ExtractImageFilterType::Pointer ExtractImageFilterPointerType
 
typedef itk::ExtractImageFilter< InputImageType, InputImageTypeExtractImageFilterType
 
typedef InputImageType::IndexType IndexType
 
typedef InputImageType::Pointer InputImagePointer
 
typedef TImageType InputImageType
 
typedef InputImageType::InternalPixelType InternalPixelType
 
typedef OGRVectorDataIOType::Pointer OGRVectorDataIOPointerType
 
typedef otb::OGRVectorDataIO OGRVectorDataIOType
 
typedef otb::LineSegmentDetector< TImageType, double >::VectorDataType ::Pointer OutputVectorDataPointerType
 
typedef otb::LineSegmentDetector< TImageType, double >::VectorDataType OutputVectorDataType
 
typedef InputImageType::PixelType PixelType
 
typedef itk::SmartPointer< SelfPointer
 
typedef InputImageType::RegionType RegionType
 
typedef PersistentImageToVectorDataFilter Self
 
typedef InputImageType::SizeType SizeType
 
typedef PersistentImageFilter< TImageType, TImageType > Superclass
 
- Public Types inherited from otb::PersistentImageFilter< TImageType, TImageType >
typedef itk::SmartPointer< const SelfConstPointer
 
typedef TImageType InputImageType
 
typedef TImageType OutputImageType
 
typedef itk::SmartPointer< SelfPointer
 
typedef PersistentImageFilter Self
 
typedef itk::ImageToImageFilter< TImageType, TImageType > Superclass
 

Public Member Functions

virtual ::itk::LightObject::Pointer CreateAnother (void) const
 
virtual const char * GetNameOfClass () const
 
- Public Member Functions inherited from otb::PersistentImageToVectorDataFilter< TImageType, otb::LineSegmentDetector< TImageType, double >::VectorDataType >
void AllocateOutputs () override
 
virtual const char * GetNameOfClass () const
 
OutputVectorDataTypeGetOutputVectorData () const
 
void Reset (void) override
 
void Synthetize (void) override
 
virtual void SetFileName (const char *_arg)
 
virtual const char * GetFileName () const
 

Static Public Member Functions

static Pointer New ()
 

Protected Member Functions

void GenerateInputRequestedRegion () override
 
 PersistentStreamingLineSegmentDetector ()
 
 ~PersistentStreamingLineSegmentDetector () override
 
- Protected Member Functions inherited from otb::PersistentImageToVectorDataFilter< TImageType, otb::LineSegmentDetector< TImageType, double >::VectorDataType >
 PersistentImageToVectorDataFilter ()
 
 ~PersistentImageToVectorDataFilter () override
 
void PrintSelf (std::ostream &os, itk::Indent indent) const override
 
void GenerateData () override
 
- Protected Member Functions inherited from otb::PersistentImageFilter< TImageType, TImageType >
 PersistentImageFilter ()
 
void PrintSelf (std::ostream &os, itk::Indent indent) const override
 
 ~PersistentImageFilter () override
 

Private Member Functions

void operator= (const Self &)=delete
 
 PersistentStreamingLineSegmentDetector (const Self &)=delete
 
OutputVectorDataPointerType ProcessTile () override
 

Additional Inherited Members

- Protected Attributes inherited from otb::PersistentImageToVectorDataFilter< TImageType, otb::LineSegmentDetector< TImageType, double >::VectorDataType >
ExtractImageFilterPointerType m_ExtractFilter
 
OutputVectorDataPointerType m_OutputVectorData
 

Detailed Description

template<class TImageType>
class otb::PersistentStreamingLineSegmentDetector< TImageType >

Perform Line segment detector in a persistent way.

This filter is a generic PersistentImageFilter, which encapsulate the Line Segment detector filter.

See also
PersistentImageToVectorDataFilter

Definition at line 52 of file otbStreamingLineSegmentDetector.h.

Member Typedef Documentation

◆ ConstPointer

template<class TImageType >
typedef itk::SmartPointer<const Self> otb::PersistentStreamingLineSegmentDetector< TImageType >::ConstPointer

Definition at line 60 of file otbStreamingLineSegmentDetector.h.

◆ ExtractImageFilterType

Definition at line 69 of file otbStreamingLineSegmentDetector.h.

◆ InputImagePointerType

Definition at line 64 of file otbStreamingLineSegmentDetector.h.

◆ InputImageType

Definition at line 63 of file otbStreamingLineSegmentDetector.h.

◆ LSDType

template<class TImageType >
typedef otb::LineSegmentDetector<TImageType, double> otb::PersistentStreamingLineSegmentDetector< TImageType >::LSDType

Definition at line 62 of file otbStreamingLineSegmentDetector.h.

◆ OutputVectorDataPointerType

Definition at line 67 of file otbStreamingLineSegmentDetector.h.

◆ OutputVectorDataType

Definition at line 66 of file otbStreamingLineSegmentDetector.h.

◆ Pointer

template<class TImageType >
typedef itk::SmartPointer<Self> otb::PersistentStreamingLineSegmentDetector< TImageType >::Pointer

Definition at line 59 of file otbStreamingLineSegmentDetector.h.

◆ Self

Standard Self typedef

Definition at line 57 of file otbStreamingLineSegmentDetector.h.

◆ Superclass

template<class TImageType >
typedef PersistentImageToVectorDataFilter<TImageType, typename otb::LineSegmentDetector<TImageType, double>::VectorDataType> otb::PersistentStreamingLineSegmentDetector< TImageType >::Superclass

Definition at line 58 of file otbStreamingLineSegmentDetector.h.

Constructor & Destructor Documentation

◆ PersistentStreamingLineSegmentDetector() [1/2]

template<class TInputImage >
otb::PersistentStreamingLineSegmentDetector< TInputImage >::PersistentStreamingLineSegmentDetector
protected

Definition at line 34 of file otbStreamingLineSegmentDetector.hxx.

◆ ~PersistentStreamingLineSegmentDetector()

template<class TInputImage >
otb::PersistentStreamingLineSegmentDetector< TInputImage >::~PersistentStreamingLineSegmentDetector
overrideprotected

Definition at line 39 of file otbStreamingLineSegmentDetector.hxx.

◆ PersistentStreamingLineSegmentDetector() [2/2]

template<class TImageType >
otb::PersistentStreamingLineSegmentDetector< TImageType >::PersistentStreamingLineSegmentDetector ( const Self )
privatedelete

Member Function Documentation

◆ CreateAnother()

template<class TImageType >
virtual::itk::LightObject::Pointer otb::PersistentStreamingLineSegmentDetector< TImageType >::CreateAnother ( void  ) const

◆ GenerateInputRequestedRegion()

template<class TInputImage >
void otb::PersistentStreamingLineSegmentDetector< TInputImage >::GenerateInputRequestedRegion
overrideprotected

Definition at line 44 of file otbStreamingLineSegmentDetector.hxx.

◆ GetNameOfClass()

template<class TImageType >
virtual const char* otb::PersistentStreamingLineSegmentDetector< TImageType >::GetNameOfClass ( ) const
virtual

Runtime information support.

◆ New()

template<class TImageType >
static Pointer otb::PersistentStreamingLineSegmentDetector< TImageType >::New ( )
static

Method for creation through the object factory.

◆ operator=()

template<class TImageType >
void otb::PersistentStreamingLineSegmentDetector< TImageType >::operator= ( const Self )
privatedelete

◆ ProcessTile()

template<class TInputImage >
PersistentStreamingLineSegmentDetector< TInputImage >::OutputVectorDataPointerType otb::PersistentStreamingLineSegmentDetector< TInputImage >::ProcessTile
overrideprivatevirtual

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