OTB
9.0.0
Orfeo Toolbox
|
#include <otbEdgeDetectorImageFilter.h>
Public Types | |
typedef BinaryFilterType::Pointer | BinaryFilterPointerType |
typedef itk::BinaryThresholdImageFilter< InputImageType, InputImageType > | BinaryFilterType |
typedef itk::SmartPointer< const Self > | ConstPointer |
typedef DetectionType::Pointer | DetectionPointerType |
typedef TEdgeDetection | DetectionType |
typedef InputImageType::PixelType | InputImagePixelType |
typedef InputImageType::Pointer | InputImagePointerType |
typedef InputImageType::SizeType | InputImageSizeType |
typedef TInputImage | InputImageType |
typedef OutputImageType::PixelType | OutputImagePixelType |
typedef OutputImageType::Pointer | OutputImagePointerType |
typedef OutputImageType::RegionType | OutputImageRegionType |
typedef TOutputImage | OutputImageType |
typedef itk::SmartPointer< Self > | Pointer |
typedef EdgeDetectorImageFilter | Self |
typedef itk::ImageToImageFilter< TInputImage, TOutputImage > | Superclass |
Public Member Functions | |
virtual ::itk::LightObject::Pointer | CreateAnother (void) const |
virtual const DetectionType * | GetDetector () const |
virtual const char * | GetNameOfClass () const |
itkGetObjectMacro (Detector, DetectionType) | |
virtual void | SetDetector (DetectionType *_arg) |
Static Public Member Functions | |
static Pointer | New () |
DetectionPointerType | m_Detector |
BinaryFilterPointerType | m_BinaryFilter |
virtual void | SetBinaryFilter (BinaryFilterType *_arg) |
itkGetObjectMacro (BinaryFilter, BinaryFilterType) | |
void | SetLowerThreshold (InputImagePixelType val) |
void | SetUpperThreshold (InputImagePixelType val) |
void | SetInsideValue (InputImagePixelType val) |
void | SetOutsideValue (InputImagePixelType val) |
EdgeDetectorImageFilter () | |
~EdgeDetectorImageFilter () override | |
void | PrintSelf (std::ostream &os, itk::Indent indent) const override |
void | GenerateData () override |
EdgeDetectorImageFilter (const Self &)=delete | |
void | operator= (const Self &)=delete |
This composite filter binaries a edge detection image output. The used edge detection filter is given as template of the class. The class only supports Image.
Definition at line 41 of file otbEdgeDetectorImageFilter.h.
typedef BinaryFilterType::Pointer otb::EdgeDetectorImageFilter< TInputImage, TOutputImage, TEdgeDetection >::BinaryFilterPointerType |
Definition at line 73 of file otbEdgeDetectorImageFilter.h.
typedef itk::BinaryThresholdImageFilter<InputImageType, InputImageType> otb::EdgeDetectorImageFilter< TInputImage, TOutputImage, TEdgeDetection >::BinaryFilterType |
Thresholder filter : Otsu
Definition at line 72 of file otbEdgeDetectorImageFilter.h.
typedef itk::SmartPointer<const Self> otb::EdgeDetectorImageFilter< TInputImage, TOutputImage, TEdgeDetection >::ConstPointer |
Definition at line 49 of file otbEdgeDetectorImageFilter.h.
typedef DetectionType::Pointer otb::EdgeDetectorImageFilter< TInputImage, TOutputImage, TEdgeDetection >::DetectionPointerType |
Definition at line 69 of file otbEdgeDetectorImageFilter.h.
typedef TEdgeDetection otb::EdgeDetectorImageFilter< TInputImage, TOutputImage, TEdgeDetection >::DetectionType |
Edge Detection
Definition at line 68 of file otbEdgeDetectorImageFilter.h.
typedef InputImageType::PixelType otb::EdgeDetectorImageFilter< TInputImage, TOutputImage, TEdgeDetection >::InputImagePixelType |
Definition at line 61 of file otbEdgeDetectorImageFilter.h.
typedef InputImageType::Pointer otb::EdgeDetectorImageFilter< TInputImage, TOutputImage, TEdgeDetection >::InputImagePointerType |
Definition at line 60 of file otbEdgeDetectorImageFilter.h.
typedef InputImageType::SizeType otb::EdgeDetectorImageFilter< TInputImage, TOutputImage, TEdgeDetection >::InputImageSizeType |
Definition at line 62 of file otbEdgeDetectorImageFilter.h.
typedef TInputImage otb::EdgeDetectorImageFilter< TInputImage, TOutputImage, TEdgeDetection >::InputImageType |
Template parameters typedefs
Definition at line 55 of file otbEdgeDetectorImageFilter.h.
typedef OutputImageType::PixelType otb::EdgeDetectorImageFilter< TInputImage, TOutputImage, TEdgeDetection >::OutputImagePixelType |
Definition at line 65 of file otbEdgeDetectorImageFilter.h.
typedef OutputImageType::Pointer otb::EdgeDetectorImageFilter< TInputImage, TOutputImage, TEdgeDetection >::OutputImagePointerType |
Definition at line 64 of file otbEdgeDetectorImageFilter.h.
typedef OutputImageType::RegionType otb::EdgeDetectorImageFilter< TInputImage, TOutputImage, TEdgeDetection >::OutputImageRegionType |
Definition at line 63 of file otbEdgeDetectorImageFilter.h.
typedef TOutputImage otb::EdgeDetectorImageFilter< TInputImage, TOutputImage, TEdgeDetection >::OutputImageType |
Definition at line 59 of file otbEdgeDetectorImageFilter.h.
typedef itk::SmartPointer<Self> otb::EdgeDetectorImageFilter< TInputImage, TOutputImage, TEdgeDetection >::Pointer |
Definition at line 48 of file otbEdgeDetectorImageFilter.h.
typedef EdgeDetectorImageFilter otb::EdgeDetectorImageFilter< TInputImage, TOutputImage, TEdgeDetection >::Self |
Standard class typedefs.
Definition at line 46 of file otbEdgeDetectorImageFilter.h.
typedef itk::ImageToImageFilter<TInputImage, TOutputImage> otb::EdgeDetectorImageFilter< TInputImage, TOutputImage, TEdgeDetection >::Superclass |
Definition at line 47 of file otbEdgeDetectorImageFilter.h.
|
protected |
Set/Get binary filter
|
overrideprotected |
Set/Get binary filter
|
privatedelete |
Set/Get binary filter
virtual::itk::LightObject::Pointer otb::EdgeDetectorImageFilter< TInputImage, TOutputImage, TEdgeDetection >::CreateAnother | ( | void | ) | const |
|
overrideprotected |
Set/Get binary filter
|
virtual |
|
virtual |
Run-time type information (and related methods).
otb::EdgeDetectorImageFilter< TInputImage, TOutputImage, TEdgeDetection >::itkGetObjectMacro | ( | BinaryFilter | , |
BinaryFilterType | |||
) |
Set/Get binary filter
otb::EdgeDetectorImageFilter< TInputImage, TOutputImage, TEdgeDetection >::itkGetObjectMacro | ( | Detector | , |
DetectionType | |||
) |
|
static |
Method for creation through the object factory.
|
privatedelete |
Set/Get binary filter
|
overrideprotected |
Set/Get binary filter
|
virtual |
Set/Get binary filter
|
virtual |
Set/Get detector
|
inline |
Set Inside value.
Definition at line 101 of file otbEdgeDetectorImageFilter.h.
|
inline |
Set lower threshold value.
Definition at line 87 of file otbEdgeDetectorImageFilter.h.
|
inline |
Set Outside value.
Definition at line 108 of file otbEdgeDetectorImageFilter.h.
|
inline |
Set upper threshold value.
Definition at line 94 of file otbEdgeDetectorImageFilter.h.
|
private |
Set/Get binary filter
Definition at line 126 of file otbEdgeDetectorImageFilter.h.
|
private |
Set/Get binary filter
Definition at line 125 of file otbEdgeDetectorImageFilter.h.