OTB
9.0.0
Orfeo Toolbox
|
#include <otbComplexMomentsImageFunction.h>
Public Types | |
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 ComplexMomentsImageFunction | Self |
typedef itk::ImageFunction< TInputImage, std::vector< std::vector< std::complex< double > > >, 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 |
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 |
ComplexMomentsImageFunction () | |
~ComplexMomentsImageFunction () override | |
void | PrintSelf (std::ostream &os, itk::Indent indent) const override |
ComplexMomentsImageFunction (const Self &)=delete | |
void | operator= (const Self &)=delete |
Calculate the complex moment values in the specified neighborhood.
Calculate the complex moment values over a specified neighborhood. The implemented equation is:
With:
This class is templated over the input image type and the coordinate representation type (e.g. float or double).
Definition at line 56 of file otbComplexMomentsImageFunction.h.
typedef itk::SmartPointer<const Self> otb::ComplexMomentsImageFunction< TInputImage, TCoordRep >::ConstPointer |
Definition at line 63 of file otbComplexMomentsImageFunction.h.
typedef Superclass::ContinuousIndexType otb::ComplexMomentsImageFunction< TInputImage, TCoordRep >::ContinuousIndexType |
Definition at line 74 of file otbComplexMomentsImageFunction.h.
typedef TCoordRep otb::ComplexMomentsImageFunction< TInputImage, TCoordRep >::CoordRepType |
Definition at line 81 of file otbComplexMomentsImageFunction.h.
typedef Superclass::IndexType otb::ComplexMomentsImageFunction< TInputImage, TCoordRep >::IndexType |
Definition at line 73 of file otbComplexMomentsImageFunction.h.
typedef TInputImage otb::ComplexMomentsImageFunction< TInputImage, TCoordRep >::InputImageType |
InputImageType typedef support.
Definition at line 69 of file otbComplexMomentsImageFunction.h.
typedef Superclass::OutputType otb::ComplexMomentsImageFunction< TInputImage, TCoordRep >::OutputType |
Definition at line 76 of file otbComplexMomentsImageFunction.h.
typedef itk::SmartPointer<Self> otb::ComplexMomentsImageFunction< TInputImage, TCoordRep >::Pointer |
Definition at line 62 of file otbComplexMomentsImageFunction.h.
typedef Superclass::PointType otb::ComplexMomentsImageFunction< TInputImage, TCoordRep >::PointType |
Definition at line 75 of file otbComplexMomentsImageFunction.h.
typedef std::complex<ScalarRealType> otb::ComplexMomentsImageFunction< TInputImage, TCoordRep >::ScalarComplexType |
Definition at line 79 of file otbComplexMomentsImageFunction.h.
typedef double otb::ComplexMomentsImageFunction< TInputImage, TCoordRep >::ScalarRealType |
Definition at line 78 of file otbComplexMomentsImageFunction.h.
typedef ComplexMomentsImageFunction otb::ComplexMomentsImageFunction< TInputImage, TCoordRep >::Self |
Standard class typedefs.
Definition at line 60 of file otbComplexMomentsImageFunction.h.
typedef itk::ImageFunction<TInputImage, std::vector<std::vector<std::complex<double> > >, TCoordRep> otb::ComplexMomentsImageFunction< TInputImage, TCoordRep >::Superclass |
Definition at line 61 of file otbComplexMomentsImageFunction.h.
|
protected |
Constructor
Definition at line 35 of file otbComplexMomentsImageFunction.hxx.
|
inlineoverrideprotected |
Evaluate the function at non-integer positions
Definition at line 118 of file otbComplexMomentsImageFunction.h.
|
privatedelete |
Evaluate the function at non-integer positions
virtual::itk::LightObject::Pointer otb::ComplexMomentsImageFunction< TInputImage, TCoordRep >::CreateAnother | ( | void | ) | const |
|
inlineoverride |
Evaluate the function at non-integer positions
Definition at line 90 of file otbComplexMomentsImageFunction.h.
|
inlineoverride |
Evaluate the function at non-integer positions
Definition at line 96 of file otbComplexMomentsImageFunction.h.
|
override |
Evalulate the function at specified index
Definition at line 53 of file otbComplexMomentsImageFunction.hxx.
|
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 43 of file otbComplexMomentsImageFunction.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 84 of file otbComplexMomentsImageFunction.h.
|
private |
Evaluate the function at non-integer positions
Definition at line 129 of file otbComplexMomentsImageFunction.h.
|
private |
Evaluate the function at non-integer positions
Definition at line 127 of file otbComplexMomentsImageFunction.h.
|
private |
Evaluate the function at non-integer positions
Definition at line 128 of file otbComplexMomentsImageFunction.h.