OTB
9.0.0
Orfeo Toolbox
|
#include <otbLabelImageToLabelMapWithAdjacencyFilter.h>
Classes | |
class | RLE |
Public Types | |
typedef OutputImageType::AdjacencyMapType | AdjacencyMapType |
typedef OutputImageType::AdjacentLabelsContainerType | AdjacentLabelsContainerType |
typedef LabelObjectType::ConstLineIterator | ConstLineIteratorType |
typedef itk::SmartPointer< const Self > | ConstPointer |
typedef InputImageType::IndexType | IndexType |
typedef InputImageType::ConstPointer | InputImageConstPointer |
typedef InputImageType::PixelType | InputImagePixelType |
typedef InputImageType::Pointer | InputImagePointer |
typedef InputImageType::RegionType | InputImageRegionType |
typedef TInputImage | InputImageType |
typedef OutputImageType::LabelObjectType | LabelObjectType |
typedef OutputImageType::LabelType | LabelType |
typedef OutputImageType::ConstPointer | OutputImageConstPointer |
typedef OutputImageType::PixelType | OutputImagePixelType |
typedef OutputImageType::Pointer | OutputImagePointer |
typedef OutputImageType::RegionType | OutputImageRegionType |
typedef TOutputImage | OutputImageType |
typedef itk::SmartPointer< Self > | Pointer |
typedef LabelImageToLabelMapWithAdjacencyFilter | Self |
typedef itk::ImageToImageFilter< TInputImage, TOutputImage > | Superclass |
typedef std::vector< RLE > | RLEVectorType |
static const unsigned int | InputImageDimension = TInputImage::ImageDimension |
static const unsigned int | OutputImageDimension = TOutputImage::ImageDimension |
OutputImagePixelType | m_BackgroundValue |
std::vector< OutputImagePointer > | m_TemporaryImages |
std::vector< AdjacencyMapType > | m_TemporaryAdjacencyMaps |
static Pointer | New () |
virtual ::itk::LightObject::Pointer | CreateAnother (void) const |
virtual const char * | GetNameOfClass () const |
virtual void | SetBackgroundValue (OutputImagePixelType _arg) |
virtual OutputImagePixelType | GetBackgroundValue () const |
LabelImageToLabelMapWithAdjacencyFilter () | |
~LabelImageToLabelMapWithAdjacencyFilter () override | |
void | PrintSelf (std::ostream &os, itk::Indent indent) const override |
void | GenerateInputRequestedRegion () override |
void | EnlargeOutputRequestedRegion (itk::DataObject *) override |
void | BeforeThreadedGenerateData () override |
void | ThreadedGenerateData (const OutputImageRegionType &outputRegionForThread, itk::ThreadIdType threadId) override |
void | AfterThreadedGenerateData () override |
void | AddAdjacency (LabelType label1, LabelType label2, itk::ThreadIdType threadId) |
void | ParseLine (const RLEVectorType &line, itk::ThreadIdType threadId) |
void | ParseConsecutiveLines (const RLEVectorType &line1, const RLEVectorType &line2, itk::ThreadIdType threadId) |
LabelImageToLabelMapWithAdjacencyFilter (const Self &)=delete | |
void | operator= (const Self &)=delete |
convert a labeled image to a label map with adjacency information.
Definition at line 39 of file otbLabelImageToLabelMapWithAdjacencyFilter.h.
typedef OutputImageType::AdjacencyMapType otb::LabelImageToLabelMapWithAdjacencyFilter< TInputImage, TOutputImage >::AdjacencyMapType |
Definition at line 62 of file otbLabelImageToLabelMapWithAdjacencyFilter.h.
typedef OutputImageType::AdjacentLabelsContainerType otb::LabelImageToLabelMapWithAdjacencyFilter< TInputImage, TOutputImage >::AdjacentLabelsContainerType |
Definition at line 63 of file otbLabelImageToLabelMapWithAdjacencyFilter.h.
typedef LabelObjectType::ConstLineIterator otb::LabelImageToLabelMapWithAdjacencyFilter< TInputImage, TOutputImage >::ConstLineIteratorType |
Const iterator over LabelObject lines
Definition at line 67 of file otbLabelImageToLabelMapWithAdjacencyFilter.h.
typedef itk::SmartPointer<const Self> otb::LabelImageToLabelMapWithAdjacencyFilter< TInputImage, TOutputImage >::ConstPointer |
Definition at line 46 of file otbLabelImageToLabelMapWithAdjacencyFilter.h.
typedef InputImageType::IndexType otb::LabelImageToLabelMapWithAdjacencyFilter< TInputImage, TOutputImage >::IndexType |
Definition at line 55 of file otbLabelImageToLabelMapWithAdjacencyFilter.h.
typedef InputImageType::ConstPointer otb::LabelImageToLabelMapWithAdjacencyFilter< TInputImage, TOutputImage >::InputImageConstPointer |
Definition at line 52 of file otbLabelImageToLabelMapWithAdjacencyFilter.h.
typedef InputImageType::PixelType otb::LabelImageToLabelMapWithAdjacencyFilter< TInputImage, TOutputImage >::InputImagePixelType |
Definition at line 54 of file otbLabelImageToLabelMapWithAdjacencyFilter.h.
typedef InputImageType::Pointer otb::LabelImageToLabelMapWithAdjacencyFilter< TInputImage, TOutputImage >::InputImagePointer |
Definition at line 51 of file otbLabelImageToLabelMapWithAdjacencyFilter.h.
typedef InputImageType::RegionType otb::LabelImageToLabelMapWithAdjacencyFilter< TInputImage, TOutputImage >::InputImageRegionType |
Definition at line 53 of file otbLabelImageToLabelMapWithAdjacencyFilter.h.
typedef TInputImage otb::LabelImageToLabelMapWithAdjacencyFilter< TInputImage, TOutputImage >::InputImageType |
Some convenient typedefs.
Definition at line 49 of file otbLabelImageToLabelMapWithAdjacencyFilter.h.
typedef OutputImageType::LabelObjectType otb::LabelImageToLabelMapWithAdjacencyFilter< TInputImage, TOutputImage >::LabelObjectType |
Definition at line 61 of file otbLabelImageToLabelMapWithAdjacencyFilter.h.
typedef OutputImageType::LabelType otb::LabelImageToLabelMapWithAdjacencyFilter< TInputImage, TOutputImage >::LabelType |
Definition at line 64 of file otbLabelImageToLabelMapWithAdjacencyFilter.h.
typedef OutputImageType::ConstPointer otb::LabelImageToLabelMapWithAdjacencyFilter< TInputImage, TOutputImage >::OutputImageConstPointer |
Definition at line 58 of file otbLabelImageToLabelMapWithAdjacencyFilter.h.
typedef OutputImageType::PixelType otb::LabelImageToLabelMapWithAdjacencyFilter< TInputImage, TOutputImage >::OutputImagePixelType |
Definition at line 60 of file otbLabelImageToLabelMapWithAdjacencyFilter.h.
typedef OutputImageType::Pointer otb::LabelImageToLabelMapWithAdjacencyFilter< TInputImage, TOutputImage >::OutputImagePointer |
Definition at line 57 of file otbLabelImageToLabelMapWithAdjacencyFilter.h.
typedef OutputImageType::RegionType otb::LabelImageToLabelMapWithAdjacencyFilter< TInputImage, TOutputImage >::OutputImageRegionType |
Definition at line 59 of file otbLabelImageToLabelMapWithAdjacencyFilter.h.
typedef TOutputImage otb::LabelImageToLabelMapWithAdjacencyFilter< TInputImage, TOutputImage >::OutputImageType |
Definition at line 50 of file otbLabelImageToLabelMapWithAdjacencyFilter.h.
typedef itk::SmartPointer<Self> otb::LabelImageToLabelMapWithAdjacencyFilter< TInputImage, TOutputImage >::Pointer |
Definition at line 45 of file otbLabelImageToLabelMapWithAdjacencyFilter.h.
|
protected |
ImageDimension constants
Definition at line 119 of file otbLabelImageToLabelMapWithAdjacencyFilter.h.
typedef LabelImageToLabelMapWithAdjacencyFilter otb::LabelImageToLabelMapWithAdjacencyFilter< TInputImage, TOutputImage >::Self |
Standard class typedefs.
Definition at line 43 of file otbLabelImageToLabelMapWithAdjacencyFilter.h.
typedef itk::ImageToImageFilter<TInputImage, TOutputImage> otb::LabelImageToLabelMapWithAdjacencyFilter< TInputImage, TOutputImage >::Superclass |
Definition at line 44 of file otbLabelImageToLabelMapWithAdjacencyFilter.h.
|
protected |
Constructor
Definition at line 35 of file otbLabelImageToLabelMapWithAdjacencyFilter.hxx.
|
inlineoverrideprotected |
Destructor
Definition at line 93 of file otbLabelImageToLabelMapWithAdjacencyFilter.h.
|
privatedelete |
ImageDimension constants
|
protected |
Add a new adjacency
Definition at line 102 of file otbLabelImageToLabelMapWithAdjacencyFilter.hxx.
References otb::find().
|
overrideprotected |
ImageDimension constants
Definition at line 300 of file otbLabelImageToLabelMapWithAdjacencyFilter.hxx.
|
overrideprotected |
ImageDimension constants
Definition at line 75 of file otbLabelImageToLabelMapWithAdjacencyFilter.hxx.
virtual::itk::LightObject::Pointer otb::LabelImageToLabelMapWithAdjacencyFilter< TInputImage, TOutputImage >::CreateAnother | ( | void | ) | const |
ImageDimension constants
|
overrideprotected |
LabelImageToLabelMapWithAdjacencyFilter will produce the entire output.
Definition at line 69 of file otbLabelImageToLabelMapWithAdjacencyFilter.hxx.
|
overrideprotected |
LabelImageToLabelMapWithAdjacencyFilter needs the entire input be available. Thus, it needs to provide an implementation of GenerateInputRequestedRegion().
Definition at line 41 of file otbLabelImageToLabelMapWithAdjacencyFilter.hxx.
|
virtual |
ImageDimension constants
|
virtual |
Runtime information support.
|
static |
Standard New method.
|
privatedelete |
ImageDimension constants
|
protected |
Parse two consecutive lines for vertical adjacency
Definition at line 152 of file otbLabelImageToLabelMapWithAdjacencyFilter.hxx.
|
protected |
Parse one line for horizontal adjacency
Definition at line 129 of file otbLabelImageToLabelMapWithAdjacencyFilter.hxx.
|
overrideprotected |
Printself
Definition at line 393 of file otbLabelImageToLabelMapWithAdjacencyFilter.hxx.
|
virtual |
Set/Get the value used as "background" in the output image. Defaults to NumericTraits<PixelType>::NonpositiveMin().
|
overrideprotected |
ImageDimension constants
Definition at line 190 of file otbLabelImageToLabelMapWithAdjacencyFilter.hxx.
|
static |
ImageDimension constants
Definition at line 70 of file otbLabelImageToLabelMapWithAdjacencyFilter.h.
|
private |
ImageDimension constants
Definition at line 149 of file otbLabelImageToLabelMapWithAdjacencyFilter.h.
|
private |
ImageDimension constants
Definition at line 152 of file otbLabelImageToLabelMapWithAdjacencyFilter.h.
|
private |
ImageDimension constants
Definition at line 151 of file otbLabelImageToLabelMapWithAdjacencyFilter.h.
|
static |
ImageDimension constants
Definition at line 71 of file otbLabelImageToLabelMapWithAdjacencyFilter.h.