|
OTB
9.0.0
Orfeo Toolbox
|
Go to the documentation of this file.
21 #ifndef otbSiftFastImageFilter_h
22 #define otbSiftFastImageFilter_h
51 template <
class TInputImage,
class TOutputPo
intSet>
82 itkSetMacro(ScalesNumber,
unsigned int);
83 itkGetMacro(ScalesNumber,
unsigned int);
88 return m_OrientationVector;
93 void GenerateData()
override;
104 void PrintSelf(std::ostream& os, itk::Indent indent)
const override;
112 #ifndef OTB_MANUAL_INSTANTIATION
TInputImage::Pointer InputImagePointerType
TInputImage::PixelType PixelType
Base class to output PointSet data with image data as input.
ImageToPointSetFilter< TInputImage, TOutputPointSet > Superclass
std::vector< std::pair< OutputPointType, double > > OrientationVectorType
TInputImage InputImageType
The "otb" namespace contains all Orfeo Toolbox (OTB) classes.
Creation of an "otb" image which contains metadata.
otb::Image< float, 2 > FloatImageType
itk::SmartPointer< Self > Pointer
OrientationVectorType GetOrientationVector()
itk::SmartPointer< const Self > ConstPointer
TOutputPointSet::PointIdentifier OutputPointIdentifierType
~SiftFastImageFilter() override
TOutputPointSet::Pointer OutputPointSetPointerType
This class extracts key points from an input image through a pyramidal decomposition.
OrientationVectorType m_OrientationVector
TOutputPointSet::PointType OutputPointType
TOutputPointSet::PixelType OutputPixelType
TOutputPointSet OutputPointSetType
unsigned int m_ScalesNumber