OTB
9.0.0
Orfeo Toolbox
|
#include <otbFlusserPathFunction.h>
Public Types | |
typedef itk::SmartPointer< const Self > | ConstPointer |
typedef Superclass::PathConstPointer | PathConstPointer |
typedef Superclass::PathType | PathType |
typedef itk::SmartPointer< Self > | Pointer |
typedef Superclass::PrecisionType | PrecisionType |
typedef Superclass::RealType | RealType |
typedef FlusserPathFunction | Self |
typedef RealMomentPathFunction< TInputPath, TOutput, TPrecision > | Superclass |
typedef VertexListType::ConstPointer | VertexListPointer |
typedef itk::VectorContainer< unsigned, VertexType > | VertexListType |
typedef PathType::ContinuousIndexType | VertexType |
Public Types inherited from otb::RealMomentPathFunction< TInputPath, double, double > | |
typedef itk::SmartPointer< const Self > | ConstPointer |
typedef Superclass::PathConstPointer | PathConstPointer |
typedef Superclass::PathType | PathType |
typedef itk::SmartPointer< Self > | Pointer |
typedef Superclass::PrecisionType | PrecisionType |
typedef Superclass::OutputType | RealType |
typedef RealMomentPathFunction | Self |
typedef GeometricMomentPathFunction< TInputPath, double, double > | Superclass |
typedef VertexListType::ConstPointer | VertexListPointer |
typedef itk::VectorContainer< unsigned, VertexType > | VertexListType |
typedef PathType::ContinuousIndexType | VertexType |
Public Types inherited from otb::GeometricMomentPathFunction< TInputPath, double, double > | |
typedef itk::SmartPointer< const Self > | ConstPointer |
typedef Superclass::OutputType | OutputType |
typedef Superclass::InputPathConstPointer | PathConstPointer |
typedef Superclass::InputPathType | PathType |
typedef itk::SmartPointer< Self > | Pointer |
typedef double | PrecisionType |
typedef GeometricMomentPathFunction | Self |
typedef PathFunction< TInputPath, double > | Superclass |
Public Types inherited from otb::PathFunction< TInputPath, double > | |
typedef itk::SmartPointer< const Self > | ConstPointer |
typedef InputPathType::ConstPointer | InputPathConstPointer |
typedef Superclass::InputType | InputPathType |
typedef Superclass::OutputType | OutputType |
typedef itk::SmartPointer< Self > | Pointer |
typedef PathFunction | Self |
typedef itk::FunctionBase< TInputPath, double > | Superclass |
Public Member Functions | |
virtual ::itk::LightObject::Pointer | CreateAnother (void) const |
virtual const char * | GetNameOfClass () const |
RealType | Evaluate (const PathType &path) const override |
virtual RealType | Evaluate () const |
Public Member Functions inherited from otb::RealMomentPathFunction< TInputPath, double, double > | |
virtual const char * | GetNameOfClass () const |
Public Member Functions inherited from otb::PathFunction< TInputPath, double > | |
const InputPathType * | GetInputPath () const |
virtual void | SetInputPath (const InputPathType *ptr) |
Static Public Member Functions | |
static Pointer | New () |
short | m_MomentNumber |
virtual void | SetMomentNumber (short _arg) |
virtual const short & | GetMomentNumber () const |
FlusserPathFunction () | |
~FlusserPathFunction () override | |
void | PrintSelf (std::ostream &os, itk::Indent indent) const override |
FlusserPathFunction (const Self &)=delete | |
void | operator= (const Self &)=delete |
Additional Inherited Members | |
Protected Member Functions inherited from otb::RealMomentPathFunction< TInputPath, double, double > | |
void | PrintSelf (std::ostream &os, itk::Indent indent) const override |
RealMomentPathFunction () | |
~RealMomentPathFunction () override | |
Protected Member Functions inherited from otb::GeometricMomentPathFunction< TInputPath, double, double > | |
GeometricMomentPathFunction () | |
void | PrintSelf (std::ostream &os, itk::Indent indent) const override |
~GeometricMomentPathFunction () override | |
Protected Member Functions inherited from otb::PathFunction< TInputPath, double > | |
PathFunction () | |
~PathFunction () override | |
void | PrintSelf (std::ostream &os, itk::Indent indent) const override |
Protected Attributes inherited from otb::PathFunction< TInputPath, double > | |
InputPathConstPointer | m_Path |
Calculate the Flusser's invariant parameters.
Calculate the Flusser's invariant over a path and defined as:
With :
And:
This class is templated over the input image type and the coordinate representation type (e.g. float or double).
Definition at line 66 of file otbFlusserPathFunction.h.
typedef itk::SmartPointer<const Self> otb::FlusserPathFunction< TInputPath, TOutput, TPrecision >::ConstPointer |
Definition at line 73 of file otbFlusserPathFunction.h.
typedef Superclass::PathConstPointer otb::FlusserPathFunction< TInputPath, TOutput, TPrecision >::PathConstPointer |
Definition at line 83 of file otbFlusserPathFunction.h.
typedef Superclass::PathType otb::FlusserPathFunction< TInputPath, TOutput, TPrecision >::PathType |
InputPathType typedef support.
Definition at line 79 of file otbFlusserPathFunction.h.
typedef itk::SmartPointer<Self> otb::FlusserPathFunction< TInputPath, TOutput, TPrecision >::Pointer |
Definition at line 72 of file otbFlusserPathFunction.h.
typedef Superclass::PrecisionType otb::FlusserPathFunction< TInputPath, TOutput, TPrecision >::PrecisionType |
Type for calculation precision
Definition at line 91 of file otbFlusserPathFunction.h.
typedef Superclass::RealType otb::FlusserPathFunction< TInputPath, TOutput, TPrecision >::RealType |
Definition at line 88 of file otbFlusserPathFunction.h.
typedef FlusserPathFunction otb::FlusserPathFunction< TInputPath, TOutput, TPrecision >::Self |
Standard class typedefs.
Definition at line 70 of file otbFlusserPathFunction.h.
typedef RealMomentPathFunction<TInputPath, TOutput, TPrecision> otb::FlusserPathFunction< TInputPath, TOutput, TPrecision >::Superclass |
Definition at line 71 of file otbFlusserPathFunction.h.
typedef VertexListType::ConstPointer otb::FlusserPathFunction< TInputPath, TOutput, TPrecision >::VertexListPointer |
Definition at line 86 of file otbFlusserPathFunction.h.
typedef itk::VectorContainer<unsigned, VertexType> otb::FlusserPathFunction< TInputPath, TOutput, TPrecision >::VertexListType |
Definition at line 85 of file otbFlusserPathFunction.h.
typedef PathType::ContinuousIndexType otb::FlusserPathFunction< TInputPath, TOutput, TPrecision >::VertexType |
Definition at line 84 of file otbFlusserPathFunction.h.
|
protected |
Constructor
Definition at line 36 of file otbFlusserPathFunction.hxx.
|
inlineoverrideprotected |
Get/Set the radius of the neighborhood over which the statistics are evaluated
Definition at line 105 of file otbFlusserPathFunction.h.
|
privatedelete |
Get/Set the radius of the neighborhood over which the statistics are evaluated
virtual::itk::LightObject::Pointer otb::FlusserPathFunction< TInputPath, TOutput, TPrecision >::CreateAnother | ( | void | ) | const |
|
virtual |
Evaluate the function at non-integer positions
Definition at line 214 of file otbFlusserPathFunction.hxx.
References otbMsgDevMacro.
|
override |
Evaluate the function at non-integer positions
Definition at line 54 of file otbFlusserPathFunction.hxx.
|
virtual |
Get/Set the radius of the neighborhood over which the statistics are evaluated
|
virtual |
Run-time type information (and related methods).
|
static |
Method for creation through the object factory.
|
privatedelete |
Get/Set the radius of the neighborhood over which the statistics are evaluated
|
overrideprotected |
Get/Set the radius of the neighborhood over which the statistics are evaluated
Definition at line 45 of file otbFlusserPathFunction.hxx.
|
virtual |
Get/Set the radius of the neighborhood over which the statistics are evaluated
|
private |
Get/Set the radius of the neighborhood over which the statistics are evaluated
Definition at line 114 of file otbFlusserPathFunction.h.