|
OTB
9.0.0
Orfeo Toolbox
|
Go to the documentation of this file.
22 #ifndef otbStreamingLineSegmentDetector_h
23 #define otbStreamingLineSegmentDetector_h
27 #include "itkImageRegion.h"
28 #include "itkPreOrderTreeIterator.h"
30 #include "itkDataObjectDecorator.h"
31 #include "itkSimpleDataObjectDecorator.h"
51 template <
class TImageType>
90 template <
class TImageType>
105 #ifndef OTB_MANUAL_INSTANTIATION
Superclass::InputImageType InputImageType
Perform vectorization in a persistent way.
PersistentStreamingLineSegmentDetectorType::InputImageType InputImageType
PersistentStreamingLineSegmentDetector Self
The "otb" namespace contains all Orfeo Toolbox (OTB) classes.
PersistentStreamingLineSegmentDetectorType::OutputVectorDataType OutputVectorDataType
PersistentFilterStreamingDecorator< PersistentStreamingLineSegmentDetectorType > FilterType
PersistentStreamingLineSegmentDetector()
Perform Line segment detector in a persistent way.
Superclass::OutputVectorDataType OutputVectorDataType
Superclass::InputImagePointer InputImagePointerType
InputImageType::Pointer InputImagePointer
void operator=(const Self &)=delete
OutputVectorDataPointerType ProcessTile() override
~PersistentStreamingLineSegmentDetector() override
otb::LineSegmentDetector< TImageType, double > LSDType
TOutputVectorData::Pointer OutputVectorDataPointerType
This filter link a persistent filter with a StreamingImageVirtualWriter.
TOutputVectorData OutputVectorDataType
itk::ExtractImageFilter< InputImageType, InputImageType > ExtractImageFilterType
Superclass::OutputVectorDataPointerType OutputVectorDataPointerType
void GenerateInputRequestedRegion() override
Superclass::ExtractImageFilterType ExtractImageFilterType
itk::SmartPointer< Self > Pointer
PersistentImageToVectorDataFilter< TImageType, typename otb::LineSegmentDetector< TImageType, double >::VectorDataType > Superclass
PersistentStreamingLineSegmentDetector< TImageType > PersistentStreamingLineSegmentDetectorType
itk::SmartPointer< const Self > ConstPointer