21 #ifndef otbKeyPointDensityImageFilter_h
22 #define otbKeyPointDensityImageFilter_h
24 #include "itkImageToImageFilter.h"
26 #include "itkNumericTraits.h"
48 template <
class TInputImage,
class TOutputImage,
class TDetector>
55 typedef itk::ImageToImageFilter<TInputImage, TOutputImage>
Superclass;
84 itkSetMacro(NeighborhoodRadius,
unsigned int);
85 itkGetConstReferenceMacro(NeighborhoodRadius,
unsigned int);
107 void PrintSelf(std::ostream& os, itk::Indent indent)
const override;
125 #ifndef OTB_MANUAL_INSTANTIATION
This class computes the density of the characteristic points detected in the image.
PointSetToDensityImagePointerType m_PointSetToDensityImageFilter
DetectorPointerType m_Detector
void GenerateData() override
InputImageType::Pointer InputImagePointerType
TInputImage InputImageType
void operator=(const Self &)=delete
void PrintSelf(std::ostream &os, itk::Indent indent) const override
DetectorType::OutputPointSetType PointSetType
unsigned int m_NeighborhoodRadius
OutputImageType::Pointer OutputImagePointerType
KeyPointDensityImageFilter()
~KeyPointDensityImageFilter() override
itk::SmartPointer< const Self > ConstPointer
virtual DetectorType * GetDetector()
itk::ImageToImageFilter< TInputImage, TOutputImage > Superclass
KeyPointDensityImageFilter Self
virtual void SetDetector(DetectorType *detector)
TOutputImage OutputImageType
KeyPointDensityImageFilter(const Self &)=delete
DetectorType::Pointer DetectorPointerType
PointSetToDensityImageType::Pointer PointSetToDensityImagePointerType
otb::PointSetToDensityImageFilter< PointSetType, OutputImageType > PointSetToDensityImageType
itk::SmartPointer< Self > Pointer
Draw the density of a point set on an image.
itk::SmartPointer< Self > Pointer
The "otb" namespace contains all Orfeo Toolbox (OTB) classes.