#include <itkUnaryMedialNodeMetric.h>
Inheritance diagram for itk::UnaryMedialNodeMetric< VDimensions >:


The class is templated over image dimension. The metric measures the similarity of two medial nodes based on their eigenvalues and scales. The unary metric is calculated by u = sum(L^2 * S), where L is the difference in eigenvalues and S is the ratio of the difference in medial node scales and sum of the medial node scales. The metric is normalized such that a value of 0 means that the nodes are perfectly similar and that a value of 1 means that the nodes are not similar.
Reference: Tamburo, Cois, Shelton, Stetten. Medial Node Correspondences Towards Automated Registration, Lecture Notes in Computer Science (in press), 2003.
Definition at line 48 of file itkUnaryMedialNodeMetric.h.
Public Types | |
| typedef SmartPointer< const Self > | ConstPointer |
| typedef MedialNodeType::EigenvalueType | EigenvalueType |
| typedef BloxCoreAtomPixel< VDimensions >::Pointer | MedialNodePointerType |
| typedef BloxCoreAtomPixel< VDimensions > | MedialNodeType |
| typedef SmartPointer< Self > | Pointer |
| typedef UnaryMedialNodeMetric | Self |
| typedef LightObject | Superclass |
Public Member Functions | |
| virtual Pointer | CreateAnother () const |
| virtual void | Delete () |
| virtual const char * | GetNameOfClass () const |
| virtual int | GetReferenceCount () const |
| double | GetResult () |
| void | Initialize (void) |
| void | Print (std::ostream &os, Indent indent=0) const |
| virtual void | Register () const |
| void | SetMedialNodes (MedialNodeType *medialNodeA, MedialNodeType *medialNodeB) |
| virtual void | SetReferenceCount (int) |
| virtual void | UnRegister () const |
Static Public Member Functions | |
| static void | BreakOnError () |
| static Pointer | New () |
Protected Member Functions | |
| void | operator= (const Self &) |
| void | PrintSelf (std::ostream &os, Indent indent) const |
| virtual void | PrintTrailer (std::ostream &os, Indent indent) const |
| UnaryMedialNodeMetric () | |
| ~UnaryMedialNodeMetric () | |
Protected Attributes | |
| int | m_ReferenceCount |
| SimpleFastMutexLock | m_ReferenceCountLock |
| Methods invoked by virtual Print() to print information about the object *including superclasses.Typically not called by the user(use Print()*instead) but used in the hierarchical print process to combine the *output of several classes.*/virtual void PrintSelf(std voi | PrintHeader )(std::ostream &os, Indent indent) const |
|
|||||
|
Reimplemented from itk::LightObject. Definition at line 56 of file itkUnaryMedialNodeMetric.h. |
|
|||||
|
Definition at line 67 of file itkUnaryMedialNodeMetric.h. |
|
|||||
|
Definition at line 66 of file itkUnaryMedialNodeMetric.h. |
|
|||||
|
Pixel typedef. Definition at line 62 of file itkUnaryMedialNodeMetric.h. |
|
|||||
|
Reimplemented from itk::LightObject. Definition at line 55 of file itkUnaryMedialNodeMetric.h. |
|
|||||
|
Standard class typedefs. Reimplemented from itk::LightObject. Definition at line 53 of file itkUnaryMedialNodeMetric.h. |
|
|||||
|
Definition at line 54 of file itkUnaryMedialNodeMetric.h. |
|
|||||||||
|
Default Constructor. |
|
|||||||||
|
Default Destructor. Definition at line 85 of file itkUnaryMedialNodeMetric.h. |
|
|
This method is called when itkExceptionMacro executes. It allows the debugger to break on error. |
|
|
Create an object from an instance, potentially deferring to a factory. This method allows you to create an instance of an object that is exactly the same type as the referring object. This is useful in cases where an object has been cast back to a base class. Reimplemented in itk::Object. |
|
|
Delete an itk object. This method should always be used to delete an object when the new operator was used to create it. Using the C delete method will not work with reference counting. |
|
|||||||||
|
Run-time type information (and related methods). Reimplemented from itk::LightObject. |
|
|
Gets the reference count on this object. Definition at line 98 of file itkLightObject.h. |
|
|||||||||
|
Return the resulting unary metric value for a given two medial nodes. Definition at line 77 of file itkUnaryMedialNodeMetric.h. |
|
||||||||||
|
Initialize and compute the Unary Metric. |
|
|||||||||
|
Method for creation through the object factory. Reimplemented from itk::LightObject. |
|
||||||||||
|
Reimplemented from itk::LightObject. |
|
||||||||||||
|
Cause the object to print itself out. |
|
||||||||||||||||
|
|
|
||||||||||||
|
|
|
|
Increase the reference count (mark as used by another object). Reimplemented in itk::Object. |
|
||||||||||||||||
|
Set the two medial nodes to compute a unary metric for. |
|
|
Sets the reference count on this object. This is a dangerous method, use it with care. Reimplemented in itk::Object. |
|
|
Decrease the reference count (release by another object). Reimplemented in itk::Object. |
|
|
Number of uses of this object by other objects. Definition at line 119 of file itkLightObject.h. |
|
|
Mutex lock to protect modification to the reference count Definition at line 122 of file itkLightObject.h. |
|
|
|
1.4.2 written by Dimitri van Heesch,
© 1997-2000