21 #ifndef otbLineRatioDetectorImageFilter_h
22 #define otbLineRatioDetectorImageFilter_h
65 template <
class TInputImage,
class TOutputImage,
class TOutputImageDirection = TOutputImage,
66 class TInterpolator = itk::LinearInterpolateImageFunction<TInputImage>>
71 itkStaticConstMacro(InputImageDimension,
unsigned int, TInputImage::ImageDimension);
72 itkStaticConstMacro(OutputImageDimension,
unsigned int, TOutputImage::ImageDimension);
96 typedef typename InputImageType::PointType
TPoint;
106 typedef typename InputImageType::SizeType
SizeType;
113 void PrintSelf(std::ostream& os, itk::Indent indent)
const override;
115 double ComputeMeasure(std::vector<double>* m1, std::vector<double>* m2, std::vector<double>* m3)
override;
123 #ifndef OTB_MANUAL_INSTANTIATION
Base class for line detector filters.
Superclass::InputImageType InputImageType
Superclass::OutputImageDirectionType OutputImageDirectionType
TInterpolator InterpolatorType
Superclass::OutputImageType OutputImageType
Application of detection of linear features based on the ratio of local means.
LineRatioDetectorImageFilter Self
~LineRatioDetectorImageFilter() override
InputImageType::RegionType InputImageRegionType
itk::SmartPointer< const Self > ConstPointer
itk::SmartPointer< Self > Pointer
Superclass::OutputImageType OutputImageType
OutputImageType::PixelType OutputPixelType
OutputImageType::RegionType OutputImageRegionType
InputImageType::PixelType InputPixelType
Superclass::InterpolatorType InterpolatorType
InputImageType::PointType TPoint
Superclass::OutputImageDirectionType OutputImageDirectionType
LineDetectorImageFilterBase< TInputImage, TOutputImage, TOutputImageDirection, TInterpolator > Superclass
LineRatioDetectorImageFilter(const Self &)=delete
void operator=(const Self &)=delete
InterpolatorType::CoordRepType CoordRepType
Superclass::InputImageType InputImageType
InterpolatorType::Pointer InterpolatorPointer
InputImageType::SizeType SizeType
The "otb" namespace contains all Orfeo Toolbox (OTB) classes.