OTB
9.0.0
Orfeo Toolbox
|
#include <otbRadiometricMomentsImageFunction.h>
Public Types | |
typedef itk::SmartPointer< const Self > | ConstPointer |
typedef Superclass::ContinuousIndexType | ContinuousIndexType |
typedef TCoordRep | CoordRepType |
typedef Functor::RadiometricMomentsFunctor< itk::ConstNeighborhoodIterator< InputImageType >, ScalarRealType > | FunctorType |
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 RadiometricMomentsImageFunction | Self |
typedef itk::ImageFunction< TInputImage, itk::FixedArray< typename itk::NumericTraits< typename TInputImage::PixelType >::RealType, 4 >, 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 |
FunctorType | m_Functor |
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 |
RadiometricMomentsImageFunction () | |
~RadiometricMomentsImageFunction () override | |
void | PrintSelf (std::ostream &os, itk::Indent indent) const override |
RadiometricMomentsImageFunction (const Self &)=delete | |
void | operator= (const Self &)=delete |
Calculate the radiometric moments.
Calculate the radiometric moments over a specified neighborhood
This class is templated over the input image type and the coordinate representation type (e.g. float or double).
Definition at line 48 of file otbRadiometricMomentsImageFunction.h.
typedef itk::SmartPointer<const Self> otb::RadiometricMomentsImageFunction< TInputImage, TCoordRep >::ConstPointer |
Definition at line 56 of file otbRadiometricMomentsImageFunction.h.
typedef Superclass::ContinuousIndexType otb::RadiometricMomentsImageFunction< TInputImage, TCoordRep >::ContinuousIndexType |
Definition at line 67 of file otbRadiometricMomentsImageFunction.h.
typedef TCoordRep otb::RadiometricMomentsImageFunction< TInputImage, TCoordRep >::CoordRepType |
Definition at line 73 of file otbRadiometricMomentsImageFunction.h.
typedef Functor::RadiometricMomentsFunctor<itk::ConstNeighborhoodIterator<InputImageType>, ScalarRealType> otb::RadiometricMomentsImageFunction< TInputImage, TCoordRep >::FunctorType |
Definition at line 75 of file otbRadiometricMomentsImageFunction.h.
typedef Superclass::IndexType otb::RadiometricMomentsImageFunction< TInputImage, TCoordRep >::IndexType |
Definition at line 66 of file otbRadiometricMomentsImageFunction.h.
typedef TInputImage otb::RadiometricMomentsImageFunction< TInputImage, TCoordRep >::InputImageType |
InputImageType typedef support.
Definition at line 62 of file otbRadiometricMomentsImageFunction.h.
typedef Superclass::OutputType otb::RadiometricMomentsImageFunction< TInputImage, TCoordRep >::OutputType |
Definition at line 70 of file otbRadiometricMomentsImageFunction.h.
typedef itk::SmartPointer<Self> otb::RadiometricMomentsImageFunction< TInputImage, TCoordRep >::Pointer |
Definition at line 55 of file otbRadiometricMomentsImageFunction.h.
typedef Superclass::PointType otb::RadiometricMomentsImageFunction< TInputImage, TCoordRep >::PointType |
Definition at line 68 of file otbRadiometricMomentsImageFunction.h.
typedef OutputType::ValueType otb::RadiometricMomentsImageFunction< TInputImage, TCoordRep >::ScalarRealType |
Definition at line 71 of file otbRadiometricMomentsImageFunction.h.
typedef RadiometricMomentsImageFunction otb::RadiometricMomentsImageFunction< TInputImage, TCoordRep >::Self |
Standard class typedefs.
Definition at line 53 of file otbRadiometricMomentsImageFunction.h.
typedef itk::ImageFunction<TInputImage, itk::FixedArray<typename itk::NumericTraits<typename TInputImage::PixelType>::RealType, 4>, TCoordRep> otb::RadiometricMomentsImageFunction< TInputImage, TCoordRep >::Superclass |
Definition at line 54 of file otbRadiometricMomentsImageFunction.h.
|
protected |
Constructor
Definition at line 36 of file otbRadiometricMomentsImageFunction.hxx.
|
inlineoverrideprotected |
Evaluate the function at non-integer positions
Definition at line 107 of file otbRadiometricMomentsImageFunction.h.
|
privatedelete |
Evaluate the function at non-integer positions
virtual::itk::LightObject::Pointer otb::RadiometricMomentsImageFunction< TInputImage, TCoordRep >::CreateAnother | ( | void | ) | const |
|
inlineoverride |
Evaluate the function at non-integer positions
Definition at line 84 of file otbRadiometricMomentsImageFunction.h.
|
inlineoverride |
Evaluate the function at non-integer positions
Definition at line 90 of file otbRadiometricMomentsImageFunction.h.
|
override |
Evalulate the function at specified index
Definition at line 50 of file otbRadiometricMomentsImageFunction.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 otbRadiometricMomentsImageFunction.hxx.
|
virtual |
Get/Set the radius of the neighborhood over which the statistics are evaluated
|
static |
Dimension of the underlying image.
Definition at line 78 of file otbRadiometricMomentsImageFunction.h.
|
private |
Evaluate the function at non-integer positions
Definition at line 117 of file otbRadiometricMomentsImageFunction.h.
|
private |
Evaluate the function at non-integer positions
Definition at line 116 of file otbRadiometricMomentsImageFunction.h.