#include <PeronaMalikErrorFunction.h>
Public Member Functions | |
virtual double | Derivative (double d) const |
Evaluate derivative of radial registration error. | |
virtual RadialErrorFunction * | NewInstance () const |
Copy construct a new instance. | |
ParameterList | Parameter () const |
Get parameter key/value as string map. | |
PeronaMalikErrorFunction (double threshold=1.0) | |
Constructor. | |
PeronaMalikErrorFunction (const PeronaMalikErrorFunction &other) | |
Copy constructor. | |
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. | |
~PeronaMalikErrorFunction () | |
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) |
Perona and Malik fiducial registration error function
Definition at line 33 of file PeronaMalikErrorFunction.h.