OTB
9.0.0
Orfeo Toolbox
|
#include <otbFourierMellinDescriptorsImageFunction.h>
Public Types | |
typedef std::vector< std::vector< ScalarComplexType > > | ComplexType |
typedef itk::SmartPointer< const Self > | ConstPointer |
typedef Superclass::ContinuousIndexType | ContinuousIndexType |
typedef TCoordRep | CoordRepType |
typedef Superclass::IndexType | IndexType |
typedef TInputImage | InputImageType |
typedef Superclass::OutputType | OutputType |
typedef itk::SmartPointer< Self > | Pointer |
typedef Superclass::PointType | PointType |
typedef std::complex< ScalarRealType > | ScalarComplexType |
typedef double | ScalarRealType |
typedef FourierMellinDescriptorsImageFunction | Self |
typedef itk::ImageFunction< TInputImage, std::vector< std::vector< typename itk::NumericTraits< typename TInputImage::PixelType >::RealType > >, TCoordRep > | Superclass |
Public Member Functions | |
virtual ::itk::LightObject::Pointer | CreateAnother (void) const |
OutputType | EvaluateAtIndex (const IndexType &index) const override |
virtual const char * | GetNameOfClass () const |
Static Public Member Functions | |
static Pointer | New () |
Static Public Attributes | |
static const unsigned int | ImageDimension = InputImageType::ImageDimension |
unsigned int | m_Pmax |
unsigned int | m_Qmax |
unsigned int | m_NeighborhoodRadius |
double | m_Sigma |
OutputType | Evaluate (const PointType &point) const override |
OutputType | EvaluateAtContinuousIndex (const ContinuousIndexType &cindex) const override |
virtual void | SetNeighborhoodRadius (unsigned int _arg) |
virtual const unsigned int & | GetNeighborhoodRadius () const |
virtual void | SetPmax (unsigned int _arg) |
virtual const unsigned int & | GetPmax () const |
virtual void | SetQmax (unsigned int _arg) |
virtual const unsigned int & | GetQmax () const |
FourierMellinDescriptorsImageFunction () | |
~FourierMellinDescriptorsImageFunction () override | |
void | PrintSelf (std::ostream &os, itk::Indent indent) const override |
FourierMellinDescriptorsImageFunction (const Self &)=delete | |
void | operator= (const Self &)=delete |
Calculate the Fourier-Mellin descriptors in the specified neighborhood.
Calculate the Fourier-Mellin descriptors over a specified neighborhood. The implemented equation is:
D_{p, q}=|M_{p, q}|
With:
And:
This class is templated over the input image type and the coordinate representation type (e.g. float or double).
Definition at line 63 of file otbFourierMellinDescriptorsImageFunction.h.
typedef std::vector<std::vector<ScalarComplexType> > otb::FourierMellinDescriptorsImageFunction< TInputImage, TCoordRep >::ComplexType |
Definition at line 89 of file otbFourierMellinDescriptorsImageFunction.h.
typedef itk::SmartPointer<const Self> otb::FourierMellinDescriptorsImageFunction< TInputImage, TCoordRep >::ConstPointer |
Definition at line 72 of file otbFourierMellinDescriptorsImageFunction.h.
typedef Superclass::ContinuousIndexType otb::FourierMellinDescriptorsImageFunction< TInputImage, TCoordRep >::ContinuousIndexType |
Definition at line 83 of file otbFourierMellinDescriptorsImageFunction.h.
typedef TCoordRep otb::FourierMellinDescriptorsImageFunction< TInputImage, TCoordRep >::CoordRepType |
Definition at line 91 of file otbFourierMellinDescriptorsImageFunction.h.
typedef Superclass::IndexType otb::FourierMellinDescriptorsImageFunction< TInputImage, TCoordRep >::IndexType |
Definition at line 82 of file otbFourierMellinDescriptorsImageFunction.h.
typedef TInputImage otb::FourierMellinDescriptorsImageFunction< TInputImage, TCoordRep >::InputImageType |
InputImageType typedef support.
Definition at line 78 of file otbFourierMellinDescriptorsImageFunction.h.
typedef Superclass::OutputType otb::FourierMellinDescriptorsImageFunction< TInputImage, TCoordRep >::OutputType |
Definition at line 85 of file otbFourierMellinDescriptorsImageFunction.h.
typedef itk::SmartPointer<Self> otb::FourierMellinDescriptorsImageFunction< TInputImage, TCoordRep >::Pointer |
Definition at line 71 of file otbFourierMellinDescriptorsImageFunction.h.
typedef Superclass::PointType otb::FourierMellinDescriptorsImageFunction< TInputImage, TCoordRep >::PointType |
Definition at line 84 of file otbFourierMellinDescriptorsImageFunction.h.
typedef std::complex<ScalarRealType> otb::FourierMellinDescriptorsImageFunction< TInputImage, TCoordRep >::ScalarComplexType |
Definition at line 88 of file otbFourierMellinDescriptorsImageFunction.h.
typedef double otb::FourierMellinDescriptorsImageFunction< TInputImage, TCoordRep >::ScalarRealType |
Definition at line 87 of file otbFourierMellinDescriptorsImageFunction.h.
typedef FourierMellinDescriptorsImageFunction otb::FourierMellinDescriptorsImageFunction< TInputImage, TCoordRep >::Self |
Standard class typedefs.
Definition at line 68 of file otbFourierMellinDescriptorsImageFunction.h.
typedef itk::ImageFunction<TInputImage, std::vector<std::vector<typename itk::NumericTraits<typename TInputImage::PixelType>::RealType> >, TCoordRep> otb::FourierMellinDescriptorsImageFunction< TInputImage, TCoordRep >::Superclass |
Definition at line 70 of file otbFourierMellinDescriptorsImageFunction.h.
|
protected |
Constructor
Definition at line 35 of file otbFourierMellinDescriptorsImageFunction.hxx.
|
inlineoverrideprotected |
Evaluate the function at non-integer positions
Definition at line 128 of file otbFourierMellinDescriptorsImageFunction.h.
|
privatedelete |
Evaluate the function at non-integer positions
virtual::itk::LightObject::Pointer otb::FourierMellinDescriptorsImageFunction< TInputImage, TCoordRep >::CreateAnother | ( | void | ) | const |
|
inlineoverride |
Evaluate the function at non-integer positions
Definition at line 100 of file otbFourierMellinDescriptorsImageFunction.h.
|
inlineoverride |
Evaluate the function at non-integer positions
Definition at line 106 of file otbFourierMellinDescriptorsImageFunction.h.
|
override |
Evalulate the function at specified index
Definition at line 54 of file otbFourierMellinDescriptorsImageFunction.hxx.
References otb::CONST_PI.
|
virtual |
Run-time type information (and related methods).
|
virtual |
Evaluate the function at non-integer positions
|
virtual |
Evaluate the function at non-integer positions
|
virtual |
Evaluate the function at non-integer positions
|
static |
Method for creation through the object factory.
|
privatedelete |
Evaluate the function at non-integer positions
|
overrideprotected |
Evaluate the function at non-integer positions
Definition at line 44 of file otbFourierMellinDescriptorsImageFunction.hxx.
|
virtual |
Get/Set the radius of the neighborhood over which the statistics are evaluated
|
virtual |
Evaluate the function at non-integer positions
|
virtual |
Evaluate the function at non-integer positions
|
static |
Dimension of the underlying image.
Definition at line 94 of file otbFourierMellinDescriptorsImageFunction.h.
|
private |
Evaluate the function at non-integer positions
Definition at line 139 of file otbFourierMellinDescriptorsImageFunction.h.
|
private |
Evaluate the function at non-integer positions
Definition at line 137 of file otbFourierMellinDescriptorsImageFunction.h.
|
private |
Evaluate the function at non-integer positions
Definition at line 138 of file otbFourierMellinDescriptorsImageFunction.h.
|
private |
Evaluate the function at non-integer positions
Definition at line 140 of file otbFourierMellinDescriptorsImageFunction.h.