|
OTB
9.0.0
Orfeo Toolbox
|
Go to the documentation of this file.
21 #ifndef otbImageToEdgePathFilter_h
22 #define otbImageToEdgePathFilter_h
57 template <
class TInputImage,
class TOutputPath>
79 typedef typename InputImageType::PixelType
PixelType;
80 typedef typename InputImageType::SizeType
SizeType;
84 itkGetConstMacro(ForegroundValue,
PixelType);
92 void PrintSelf(std::ostream& os, itk::Indent indent)
const override;
96 void GenerateData()
override;
100 void operator=(
const Self&) =
delete;
107 #ifndef OTB_MANUAL_INSTANTIATION
TInputImage InputImageType
template parameters typedefs
Superclass::OutputPathPointerType OutputPathPointerType
ImageToEdgePathFilter Self
Superclass::InputImagePointerType InputImagePointerType
TOutputPath OutputPathType
The "otb" namespace contains all Orfeo Toolbox (OTB) classes.
Superclass::OutputPathType OutputPathType
PixelType m_ForegroundValue
InputImageType::Pointer InputImagePointerType
Base class for filters taking an image as input, and producing an output of type Path.
itk::SmartPointer< Self > Pointer
Superclass::InputImageType InputImageType
Template parameters typedef.
InputImageType::PixelType PixelType
This filter compute the closed edge path of a labelled object in an image (for example coming from a ...
void GenerateOutputInformation() override
InputImageType::SizeType SizeType
ImageToPathFilter< TInputImage, TOutputPath > Superclass
~ImageToEdgePathFilter() override
OutputPathType::ContinuousIndexType ContinuousIndexType
OutputPathType::Pointer OutputPathPointerType
itk::SmartPointer< const Self > ConstPointer