21 #ifndef otbLineCorrelationDetectorImageFilter_h
22 #define otbLineCorrelationDetectorImageFilter_h
36 template <
class TInputImage,
class TOutputImage,
class TOutputImageDirection = TOutputImage,
37 class TInterpolator = itk::LinearInterpolateImageFunction<TInputImage>>
42 itkStaticConstMacro(InputImageDimension,
unsigned int, TInputImage::ImageDimension);
43 itkStaticConstMacro(OutputImageDimension,
unsigned int, TOutputImage::ImageDimension);
67 typedef typename InputImageType::PointType
TPoint;
77 typedef typename InputImageType::SizeType
SizeType;
84 void PrintSelf(std::ostream& os, itk::Indent indent)
const override;
87 double ComputeMeasure(std::vector<double>* m1, std::vector<double>* m2, std::vector<double>* m3)
override;
95 #ifndef OTB_MANUAL_INSTANTIATION
InputImageType::PointType TPoint
itk::SmartPointer< const Self > ConstPointer
Superclass::OutputImageType OutputImageType
LineDetectorImageFilterBase< TInputImage, TOutputImage, TOutputImageDirection, TInterpolator > Superclass
itk::SmartPointer< Self > Pointer
LineCorrelationDetectorImageFilter Self
Superclass::InterpolatorType InterpolatorType
Superclass::InputImageType InputImageType
InterpolatorType::Pointer InterpolatorPointer
Superclass::OutputImageDirectionType OutputImageDirectionType
InputImageType::PixelType InputPixelType
OutputImageType::PixelType OutputPixelType
InterpolatorType::CoordRepType CoordRepType
OutputImageType::RegionType OutputImageRegionType
void operator=(const Self &)=delete
~LineCorrelationDetectorImageFilter() override
InputImageType::SizeType SizeType
InputImageType::RegionType InputImageRegionType
LineCorrelationDetectorImageFilter(const Self &)=delete
Base class for line detector filters.
Superclass::InputImageType InputImageType
Superclass::OutputImageDirectionType OutputImageDirectionType
TInterpolator InterpolatorType
Superclass::OutputImageType OutputImageType
The "otb" namespace contains all Orfeo Toolbox (OTB) classes.