OTB
9.0.0
Orfeo Toolbox
|
#include <otbFlusserMomentsImageFunction.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 OutputType::ValueType | ScalarRealType |
typedef FlusserMomentsImageFunction | Self |
typedef itk::ImageFunction< TInputImage, itk::FixedArray< typename itk::NumericTraits< typename TInputImage::PixelType >::RealType, 11 >, 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_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 |
FlusserMomentsImageFunction () | |
~FlusserMomentsImageFunction () override | |
void | PrintSelf (std::ostream &os, itk::Indent indent) const override |
FlusserMomentsImageFunction (const Self &)=delete | |
void | operator= (const Self &)=delete |
Calculate the Flusser's invariant parameters.
Calculate the Flusser's invariants over a specified neighborhood defined as :
With :
And:
Note that the output is defined as:
This class is templated over the input image type and the coordinate representation type (e.g. float or double).
Definition at line 71 of file otbFlusserMomentsImageFunction.h.
typedef itk::SmartPointer<const Self> otb::FlusserMomentsImageFunction< TInputImage, TCoordRep >::ConstPointer |
Definition at line 79 of file otbFlusserMomentsImageFunction.h.
typedef Superclass::ContinuousIndexType otb::FlusserMomentsImageFunction< TInputImage, TCoordRep >::ContinuousIndexType |
Definition at line 90 of file otbFlusserMomentsImageFunction.h.
typedef TCoordRep otb::FlusserMomentsImageFunction< TInputImage, TCoordRep >::CoordRepType |
Definition at line 96 of file otbFlusserMomentsImageFunction.h.
typedef Superclass::IndexType otb::FlusserMomentsImageFunction< TInputImage, TCoordRep >::IndexType |
Definition at line 89 of file otbFlusserMomentsImageFunction.h.
typedef TInputImage otb::FlusserMomentsImageFunction< TInputImage, TCoordRep >::InputImageType |
InputImageType typedef support.
Definition at line 85 of file otbFlusserMomentsImageFunction.h.
typedef Superclass::OutputType otb::FlusserMomentsImageFunction< TInputImage, TCoordRep >::OutputType |
Definition at line 93 of file otbFlusserMomentsImageFunction.h.
typedef itk::SmartPointer<Self> otb::FlusserMomentsImageFunction< TInputImage, TCoordRep >::Pointer |
Definition at line 78 of file otbFlusserMomentsImageFunction.h.
typedef Superclass::PointType otb::FlusserMomentsImageFunction< TInputImage, TCoordRep >::PointType |
Definition at line 91 of file otbFlusserMomentsImageFunction.h.
typedef OutputType::ValueType otb::FlusserMomentsImageFunction< TInputImage, TCoordRep >::ScalarRealType |
Definition at line 94 of file otbFlusserMomentsImageFunction.h.
typedef FlusserMomentsImageFunction otb::FlusserMomentsImageFunction< TInputImage, TCoordRep >::Self |
Standard class typedefs.
Definition at line 76 of file otbFlusserMomentsImageFunction.h.
typedef itk::ImageFunction<TInputImage, itk::FixedArray<typename itk::NumericTraits<typename TInputImage::PixelType>::RealType, 11>, TCoordRep> otb::FlusserMomentsImageFunction< TInputImage, TCoordRep >::Superclass |
Definition at line 77 of file otbFlusserMomentsImageFunction.h.
|
protected |
Constructor
Definition at line 36 of file otbFlusserMomentsImageFunction.hxx.
|
inlineoverrideprotected |
Evaluate the function at non-integer positions
Definition at line 128 of file otbFlusserMomentsImageFunction.h.
|
privatedelete |
Evaluate the function at non-integer positions
virtual::itk::LightObject::Pointer otb::FlusserMomentsImageFunction< TInputImage, TCoordRep >::CreateAnother | ( | void | ) | const |
|
inlineoverride |
Evaluate the function at non-integer positions
Definition at line 105 of file otbFlusserMomentsImageFunction.h.
|
inlineoverride |
Evaluate the function at non-integer positions
Definition at line 111 of file otbFlusserMomentsImageFunction.h.
|
override |
Evalulate the function at specified index
Definition at line 50 of file otbFlusserMomentsImageFunction.hxx.
|
virtual |
Run-time type information (and related methods).
|
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 42 of file otbFlusserMomentsImageFunction.hxx.
|
virtual |
Get/Set the radius of the neighborhood over which the statistics are evaluated
|
static |
Dimension of the underlying image.
Definition at line 99 of file otbFlusserMomentsImageFunction.h.
|
private |
Evaluate the function at non-integer positions
Definition at line 137 of file otbFlusserMomentsImageFunction.h.