|
OTB
9.0.0
Orfeo Toolbox
|
Go to the documentation of this file.
21 #ifndef otbThresholdImageToPointSetFilter_h
22 #define otbThresholdImageToPointSetFilter_h
25 #include "itkPointSet.h"
26 #include "itkConceptChecking.h"
38 template <
class TInputImage,
class TOutputPo
intSet = itk::Po
intSet<
typename TInputImage::PixelType, 2>>
42 itkStaticConstMacro(InputImageDimension,
unsigned int, TInputImage::ImageDimension);
60 typedef typename Superclass::InputImageType::SizeType
SizeType;
61 typedef typename Superclass::InputImageType::IndexType
IndexType;
68 #ifdef ITK_USE_CONCEPT_CHECKING
70 itkConceptMacro(PixelConvertibleToPointSetDataType, (itk::Concept::Convertible<InputPixelType, typename PointDataContainerType::Element>));
85 void ThreadedGenerateData(
const InputImageRegionType& inputRegionForThread, itk::ThreadIdType threadId)
override;
87 void PrintSelf(std::ostream& os, itk::Indent indent)
const override;
91 void operator=(
const Self&) =
delete;
98 #ifndef OTB_MANUAL_INSTANTIATION
Superclass::InputImageType::IndexType IndexType
Superclass::OutputPointSetType OutputPointSetType
Base class to output PointSet data with image data as input.
Superclass::PointDataContainerType PointDataContainerType
InputImageType::Pointer InputImagePointer
The "otb" namespace contains all Orfeo Toolbox (OTB) classes.
Superclass::OutputPointSetPointer OutputPointSetPointer
ThresholdImageToPointSetFilter Self
Superclass::InputImageRegionType InputImageRegionType
Superclass::InputImageConstPointer InputImageConstPointer
Superclass::InputImageType::SizeType SizeType
itk::SmartPointer< const Self > ConstPointer
InputPixelType m_UpperThreshold
Produce a PointSet according to filtering conditions.
itk::SmartPointer< Self > Pointer
InputImageType::ConstPointer InputImageConstPointer
TInputImage InputImageType
Superclass::InputImagePixelType InputPixelType
Superclass::InputImagePointer InputImagePointer
ImageToPointSetFilter< InputImageType, TOutputPointSet > Superclass
Superclass::PointsContainerType PointsContainerType
InputImageType::RegionType InputImageRegionType
InputImageType::PixelType InputImagePixelType
Superclass::OutputPointSetType OutputPointSetType
InputPixelType m_LowerThreshold
Superclass::OutputPointSetPointer OutputPointSetPointer
Superclass::PointsContainerType PointsContainerType
~ThresholdImageToPointSetFilter() override
Superclass::PointDataContainerType PointDataContainerType
Superclass::OutputPointSetType::PixelType OutputPointSetPixelType