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;
119 void operator=(
const Self&) =
delete;
123 #ifndef OTB_MANUAL_INSTANTIATION