20 #ifndef __otbImageToSURFKeyPointSetFilter_h
21 #define __otbImageToSURFKeyPointSetFilter_h
61 template <
class TInputImage,
class TOutputPo
intSet>
84 typedef typename InputImageType::IndexType
IndexType;
87 typedef typename InputImageType::SizeType
SizeType;
97 itkSetMacro(OctavesNumber,
int);
98 itkGetMacro(OctavesNumber,
int);
101 itkSetMacro(ScalesNumber,
int);
102 itkGetMacro(ScalesNumber,
int);
105 itkGetMacro(NumberOfPoints,
int);
140 virtual void PrintSelf(std::ostream& os,
itk::Indent indent)
const;
144 virtual void GenerateData();
205 virtual int GetMin(
int a,
int b,
int c);
210 void operator =(
const Self&);
246 #ifndef OTB_MANUAL_INSTANTIATION