OTB
9.0.0
Orfeo Toolbox
|
#include <otbLabelizeConnectedThresholdImageFilter.h>
Public Types | |
typedef itk::SmartPointer< const Self > | ConstPointer |
typedef TInputImage::IndexType | IndexType |
typedef TInputImage | InputImageType |
typedef TInputImage::PixelType | InputPixelType |
typedef TOutputImage | OutputImageType |
typedef TOutputImage::PixelType | OutputPixelType |
typedef itk::SmartPointer< Self > | Pointer |
typedef LabelizeConnectedThresholdImageFilter | Self |
typedef otb::LabelizeImageFilterBase< TInputImage, TOutputImage, itk::ConnectedThresholdImageFilter< TInputImage, TOutputImage > > | Superclass |
Public Types inherited from otb::LabelizeImageFilterBase< TInputImage, TOutputImage, itk::ConnectedThresholdImageFilter< TInputImage, TOutputImage > > | |
typedef itk::SmartPointer< const Self > | ConstPointer |
typedef TInputImage::IndexType | IndexType |
typedef TInputImage | InputImageType |
typedef TInputImage::PixelType | InputPixelType |
typedef TOutputImage | OutputImageType |
typedef TOutputImage::PixelType | OutputPixelType |
typedef itk::SmartPointer< Self > | Pointer |
typedef PointSetType::Pointer | PointSetPointerType |
typedef itk::PointSet< InputPixelType, 2 > | PointSetType |
typedef itk::ConnectedThresholdImageFilter< TInputImage, TOutputImage > ::Pointer | RegionGrowingFilterPointerType |
typedef itk::ConnectedThresholdImageFilter< TInputImage, TOutputImage > | RegionGrowingFilterType |
typedef LabelizeImageFilterBase | Self |
typedef itk::ImageToImageFilter< TInputImage, TOutputImage > | Superclass |
typedef otb::ThresholdImageToPointSetFilter< InputImageType, PointSetType > | ThresholdFilterType |
typedef ThresholdFilterType::Pointer | ThresholdFilterPointerType |
typedef otb::MultiplyByScalarImageFilter< InputImageType, OutputImageType > | MultiplyFilterType |
typedef MultiplyFilterType::Pointer | MultiplyFilterPointerType |
typedef itk::AddImageFilter< OutputImageType, OutputImageType, OutputImageType > | AddImageFilterType |
typedef AddImageFilterType::Pointer | AddImageFilterPointerType |
Public Member Functions | |
virtual ::itk::LightObject::Pointer | CreateAnother (void) const |
virtual InputPixelType | GetLowerThresholdDelta () |
virtual const char * | GetNameOfClass () const |
virtual OutputPixelType | GetReplaceValue () |
virtual InputPixelType | GetUpperThresholdDelta () |
virtual void | SetLowerThresholdDelta (InputPixelType _arg) |
virtual void | SetReplaceValue (OutputPixelType _arg) |
virtual void | SetUpperThresholdDelta (InputPixelType _arg) |
Public Member Functions inherited from otb::LabelizeImageFilterBase< TInputImage, TOutputImage, itk::ConnectedThresholdImageFilter< TInputImage, TOutputImage > > | |
virtual ::itk::LightObject::Pointer | CreateAnother (void) const |
virtual InputPixelType | GetLowerThreshold () |
virtual const char * | GetNameOfClass () const |
virtual InputPixelType | GetUpperThreshold () |
virtual void | SetLowerThreshold (InputPixelType _arg) |
virtual void | SetUpperThreshold (InputPixelType _arg) |
virtual unsigned long | GetObjectCount () |
Static Public Member Functions | |
static Pointer | New () |
Static Public Member Functions inherited from otb::LabelizeImageFilterBase< TInputImage, TOutputImage, itk::ConnectedThresholdImageFilter< TInputImage, TOutputImage > > | |
static Pointer | New () |
Protected Member Functions | |
~LabelizeConnectedThresholdImageFilter () override | |
LabelizeConnectedThresholdImageFilter () | |
void | PrintSelf (std::ostream &os, itk::Indent indent) const override |
void | RegionGrowing (const IndexType indexSeed) override |
Protected Member Functions inherited from otb::LabelizeImageFilterBase< TInputImage, TOutputImage, itk::ConnectedThresholdImageFilter< TInputImage, TOutputImage > > | |
LabelizeImageFilterBase () | |
~LabelizeImageFilterBase () override | |
void | PrintSelf (std::ostream &os, itk::Indent indent) const override |
void | GenerateData () override |
Private Member Functions | |
LabelizeConnectedThresholdImageFilter (const Self &)=delete | |
void | operator= (const Self &)=delete |
Private Attributes | |
InputPixelType | m_LowerThresholdDelta |
OutputPixelType | m_ReplaceValue |
InputPixelType | m_UpperThresholdDelta |
Additional Inherited Members | |
Protected Attributes inherited from otb::LabelizeImageFilterBase< TInputImage, TOutputImage, itk::ConnectedThresholdImageFilter< TInputImage, TOutputImage > > | |
RegionGrowingFilterPointerType | m_RegionGrowingFilter |
InputPixelType | m_LowerThreshold |
InputPixelType | m_UpperThreshold |
PointSetPointerType | m_PointSet |
MultiplyFilterPointerType | m_MultiplyFilter |
ThresholdFilterPointerType | m_ThresholdPointSetFilter |
unsigned long | m_ObjectCount |
TODO.
Definition at line 37 of file otbLabelizeConnectedThresholdImageFilter.h.
typedef itk::SmartPointer<const Self> otb::LabelizeConnectedThresholdImageFilter< TInputImage, TOutputImage >::ConstPointer |
Definition at line 45 of file otbLabelizeConnectedThresholdImageFilter.h.
typedef TInputImage::IndexType otb::LabelizeConnectedThresholdImageFilter< TInputImage, TOutputImage >::IndexType |
Definition at line 52 of file otbLabelizeConnectedThresholdImageFilter.h.
typedef TInputImage otb::LabelizeConnectedThresholdImageFilter< TInputImage, TOutputImage >::InputImageType |
Definition at line 47 of file otbLabelizeConnectedThresholdImageFilter.h.
typedef TInputImage::PixelType otb::LabelizeConnectedThresholdImageFilter< TInputImage, TOutputImage >::InputPixelType |
Definition at line 50 of file otbLabelizeConnectedThresholdImageFilter.h.
typedef TOutputImage otb::LabelizeConnectedThresholdImageFilter< TInputImage, TOutputImage >::OutputImageType |
Definition at line 48 of file otbLabelizeConnectedThresholdImageFilter.h.
typedef TOutputImage::PixelType otb::LabelizeConnectedThresholdImageFilter< TInputImage, TOutputImage >::OutputPixelType |
Definition at line 51 of file otbLabelizeConnectedThresholdImageFilter.h.
typedef itk::SmartPointer<Self> otb::LabelizeConnectedThresholdImageFilter< TInputImage, TOutputImage >::Pointer |
Definition at line 44 of file otbLabelizeConnectedThresholdImageFilter.h.
typedef LabelizeConnectedThresholdImageFilter otb::LabelizeConnectedThresholdImageFilter< TInputImage, TOutputImage >::Self |
typedef for standard classes.
Definition at line 42 of file otbLabelizeConnectedThresholdImageFilter.h.
typedef otb::LabelizeImageFilterBase<TInputImage, TOutputImage, itk::ConnectedThresholdImageFilter<TInputImage, TOutputImage> > otb::LabelizeConnectedThresholdImageFilter< TInputImage, TOutputImage >::Superclass |
Definition at line 43 of file otbLabelizeConnectedThresholdImageFilter.h.
|
protected |
Constructor
Definition at line 34 of file otbLabelizeConnectedThresholdImageFilter.hxx.
|
inlineoverrideprotected |
Definition at line 80 of file otbLabelizeConnectedThresholdImageFilter.h.
|
privatedelete |
virtual::itk::LightObject::Pointer otb::LabelizeConnectedThresholdImageFilter< TInputImage, TOutputImage >::CreateAnother | ( | void | ) | const |
|
virtual |
Get delta lower threshold
|
virtual |
Return the class name.
|
virtual |
Get replace value
|
virtual |
Get delta upper threshold
|
static |
"object factory" management method.
|
privatedelete |
|
overrideprotected |
PrintSelf Method
Definition at line 63 of file otbLabelizeConnectedThresholdImageFilter.hxx.
|
overrideprotectedvirtual |
Region growing
Reimplemented from otb::LabelizeImageFilterBase< TInputImage, TOutputImage, itk::ConnectedThresholdImageFilter< TInputImage, TOutputImage > >.
Definition at line 47 of file otbLabelizeConnectedThresholdImageFilter.hxx.
|
virtual |
Set delta lower threshold
|
virtual |
Set replace value
|
virtual |
Set delta upper threshold
|
private |
Delta - threshold for growing region
Definition at line 96 of file otbLabelizeConnectedThresholdImageFilter.h.
|
private |
Initial replace value
Definition at line 99 of file otbLabelizeConnectedThresholdImageFilter.h.
|
private |
Delta + threshold for growing region
Definition at line 93 of file otbLabelizeConnectedThresholdImageFilter.h.