#include <GaussianErrorFunction.h>


Public Member Functions | |
| virtual double | Derivative (double d) const |
| Evaluate derivative of radial registration error. | |
| GaussianErrorFunction (double sigma=1.0) | |
| GaussianErrorFunction (const GaussianErrorFunction &other) | |
| Copy constructor. | |
| virtual RadialErrorFunction * | NewInstance () const |
| Copy construct a new instance. | |
| virtual ParameterList | Parameter () const |
| Get parameter key/value as string map. | |
| virtual bool | Set (const char *name, const char *value) |
| Set parameter value from string. | |
| virtual TypeId | Type () const |
| Type enumeration value. | |
| virtual double | Value (double d) const |
| Evaluate radial registration error. | |
| ~GaussianErrorFunction () | |
| Destructor. | |
Public Member Functions inherited from mirtk::RadialErrorFunction | |
| virtual | ~RadialErrorFunction ()=0 |
| Destructor. | |
Public Member Functions inherited from mirtk::Object | |
| virtual const char * | NameOfClass () const =0 |
| Get name of class, which this object is an instance of. | |
| bool | Parameter (const ParameterList &) |
| Set parameters from name/value pairs. | |
| virtual | ~Object () |
| Destructor. | |
Additional Inherited Members | |
Public Types inherited from mirtk::RadialErrorFunction | |
| enum | TypeId { Unknown, Distance, Squared, Gaussian, Charbonnier, PeronaMalik } |
| Enumeration of available error functions. More... | |
Static Public Member Functions inherited from mirtk::RadialErrorFunction | |
| static RadialErrorFunction * | New (TypeId) |
| Construct a new instance of specified type. | |
| static RadialErrorFunction * | New (const char *) |
| Construct a new instance of specified type. | |
Static Public Member Functions inherited from mirtk::Object | |
| static const char * | NameOfType () |
| Get name of this class type. | |
Protected Member Functions inherited from mirtk::RadialErrorFunction | |
| RadialErrorFunction () | |
| Constructor. | |
Protected Member Functions inherited from mirtk::Object | |
| template<typename... Args> | |
| void | Throw (ErrorType err, const char *func, Args... args) const |
Static Protected Member Functions inherited from mirtk::Object | |
| template<typename... Args> | |
| static void | ThrowStatic (ErrorType err, const char *cls, const char *func, Args... args) |
Gaussian weighted registration error function
Definition at line 32 of file GaussianErrorFunction.h.
|
inline |
Constructor
| [in] | sigma | Standard deviation of Gaussian function. |
Definition at line 44 of file GaussianErrorFunction.h.