OTB
9.0.0
Orfeo Toolbox
|
#include <otbHuPathFunction.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 HuPathFunction | 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 |
HuPathFunction () | |
~HuPathFunction () override | |
void | PrintSelf (std::ostream &os, itk::Indent indent) const override |
HuPathFunction (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 Hu's invariant parameter.
Calculate the Hu's invariant defined as:
With :
And:
This class is templated over the input image type and the path type (e.g. PolyLineParametricPath<2> ).
Definition at line 62 of file otbHuPathFunction.h.
typedef itk::SmartPointer<const Self> otb::HuPathFunction< TInputPath, TOutput, TPrecision >::ConstPointer |
Definition at line 69 of file otbHuPathFunction.h.
typedef Superclass::PathConstPointer otb::HuPathFunction< TInputPath, TOutput, TPrecision >::PathConstPointer |
Definition at line 79 of file otbHuPathFunction.h.
typedef Superclass::PathType otb::HuPathFunction< TInputPath, TOutput, TPrecision >::PathType |
InputPathType typedef support.
Definition at line 75 of file otbHuPathFunction.h.
typedef itk::SmartPointer<Self> otb::HuPathFunction< TInputPath, TOutput, TPrecision >::Pointer |
Definition at line 68 of file otbHuPathFunction.h.
typedef Superclass::PrecisionType otb::HuPathFunction< TInputPath, TOutput, TPrecision >::PrecisionType |
Type for calculation precision
Definition at line 88 of file otbHuPathFunction.h.
typedef Superclass::RealType otb::HuPathFunction< TInputPath, TOutput, TPrecision >::RealType |
OutputType typedef support.
Definition at line 85 of file otbHuPathFunction.h.
typedef HuPathFunction otb::HuPathFunction< TInputPath, TOutput, TPrecision >::Self |
Standard class typedefs.
Definition at line 66 of file otbHuPathFunction.h.
typedef RealMomentPathFunction<TInputPath, TOutput, TPrecision> otb::HuPathFunction< TInputPath, TOutput, TPrecision >::Superclass |
Definition at line 67 of file otbHuPathFunction.h.
typedef VertexListType::ConstPointer otb::HuPathFunction< TInputPath, TOutput, TPrecision >::VertexListPointer |
Definition at line 82 of file otbHuPathFunction.h.
typedef itk::VectorContainer<unsigned, VertexType> otb::HuPathFunction< TInputPath, TOutput, TPrecision >::VertexListType |
Definition at line 81 of file otbHuPathFunction.h.
typedef PathType::ContinuousIndexType otb::HuPathFunction< TInputPath, TOutput, TPrecision >::VertexType |
Definition at line 80 of file otbHuPathFunction.h.
|
protected |
Constructor
Definition at line 37 of file otbHuPathFunction.hxx.
|
inlineoverrideprotected |
Get/Set the radius of the neighborhood over which the statistics are evaluated
Definition at line 102 of file otbHuPathFunction.h.
|
privatedelete |
Get/Set the radius of the neighborhood over which the statistics are evaluated
virtual::itk::LightObject::Pointer otb::HuPathFunction< TInputPath, TOutput, TPrecision >::CreateAnother | ( | void | ) | const |
|
virtual |
Evaluate the function at non-integer positions
Definition at line 171 of file otbHuPathFunction.hxx.
References otbMsgDevMacro.
|
override |
Evaluate the function at non-integer positions
Definition at line 55 of file otbHuPathFunction.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 46 of file otbHuPathFunction.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 111 of file otbHuPathFunction.h.