OTB
9.0.0
Orfeo Toolbox
|
#include <otbRealMomentsImageFunction.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 float | ScalarRealType |
typedef RealMomentsImageFunction | 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 |
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 |
RealMomentsImageFunction () | |
~RealMomentsImageFunction () override | |
void | PrintSelf (std::ostream &os, itk::Indent indent) const override |
RealMomentsImageFunction (const Self &)=delete | |
void | operator= (const Self &)=delete |
Calculate the moment values in the specified neighborhood.
Calculate the real moment values over a specified neighborhood.
Definition at line 42 of file otbRealMomentsImageFunction.h.
typedef itk::SmartPointer<const Self> otb::RealMomentsImageFunction< TInputImage, TCoordRep >::ConstPointer |
Definition at line 51 of file otbRealMomentsImageFunction.h.
typedef Superclass::ContinuousIndexType otb::RealMomentsImageFunction< TInputImage, TCoordRep >::ContinuousIndexType |
Definition at line 62 of file otbRealMomentsImageFunction.h.
typedef TCoordRep otb::RealMomentsImageFunction< TInputImage, TCoordRep >::CoordRepType |
Definition at line 68 of file otbRealMomentsImageFunction.h.
typedef Superclass::IndexType otb::RealMomentsImageFunction< TInputImage, TCoordRep >::IndexType |
Definition at line 61 of file otbRealMomentsImageFunction.h.
typedef TInputImage otb::RealMomentsImageFunction< TInputImage, TCoordRep >::InputImageType |
InputImageType typedef support.
Definition at line 57 of file otbRealMomentsImageFunction.h.
typedef Superclass::OutputType otb::RealMomentsImageFunction< TInputImage, TCoordRep >::OutputType |
Definition at line 65 of file otbRealMomentsImageFunction.h.
typedef itk::SmartPointer<Self> otb::RealMomentsImageFunction< TInputImage, TCoordRep >::Pointer |
Definition at line 50 of file otbRealMomentsImageFunction.h.
typedef Superclass::PointType otb::RealMomentsImageFunction< TInputImage, TCoordRep >::PointType |
Definition at line 63 of file otbRealMomentsImageFunction.h.
typedef float otb::RealMomentsImageFunction< TInputImage, TCoordRep >::ScalarRealType |
Definition at line 66 of file otbRealMomentsImageFunction.h.
typedef RealMomentsImageFunction otb::RealMomentsImageFunction< TInputImage, TCoordRep >::Self |
Standard class typedefs.
Definition at line 47 of file otbRealMomentsImageFunction.h.
typedef itk::ImageFunction<TInputImage, std::vector<std::vector<typename itk::NumericTraits<typename TInputImage::PixelType>::RealType> >, TCoordRep> otb::RealMomentsImageFunction< TInputImage, TCoordRep >::Superclass |
Definition at line 49 of file otbRealMomentsImageFunction.h.
|
protected |
Constructor
Definition at line 35 of file otbRealMomentsImageFunction.hxx.
|
inlineoverrideprotected |
Evaluate the function at non-integer positions
Definition at line 105 of file otbRealMomentsImageFunction.h.
|
privatedelete |
Evaluate the function at non-integer positions
virtual::itk::LightObject::Pointer otb::RealMomentsImageFunction< TInputImage, TCoordRep >::CreateAnother | ( | void | ) | const |
|
inlineoverride |
Evaluate the function at non-integer positions
Definition at line 77 of file otbRealMomentsImageFunction.h.
|
inlineoverride |
Evaluate the function at non-integer positions
Definition at line 83 of file otbRealMomentsImageFunction.h.
|
override |
Evalulate the function at specified index
Definition at line 53 of file otbRealMomentsImageFunction.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 otbRealMomentsImageFunction.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 71 of file otbRealMomentsImageFunction.h.
|
private |
Evaluate the function at non-integer positions
Definition at line 116 of file otbRealMomentsImageFunction.h.
|
private |
Evaluate the function at non-integer positions
Definition at line 114 of file otbRealMomentsImageFunction.h.
|
private |
Evaluate the function at non-integer positions
Definition at line 115 of file otbRealMomentsImageFunction.h.