itk::EMLocalCostFunctionWrapper Class Reference
Optimizes alignment between atlas and segmentation space.
More...
#include <itkEMLocalOptimization.h>
List of all members.
Detailed Description
Optimizes alignment between atlas and segmentation space.
This Class is templated over the type of the fixed and moving images to be compared.
This metric measures the KL Divergence between the atlas (moving image) and the weights (fixed image) computed by the segmentation algorithm. The spatial correspondance between both images is established through a Transform. Pixel values are taken from the Moving image. Their positions are mapped to the Fixed image and result in general in affine position on it.
Member Typedef Documentation
ParametersType typedef. It defines a position in the optimization search space.
Constructor & Destructor Documentation
| itk::EMLocalCostFunctionWrapper::EMLocalCostFunctionWrapper |
( |
|
) |
[inline, protected] |
| virtual itk::EMLocalCostFunctionWrapper::~EMLocalCostFunctionWrapper |
( |
|
) |
[inline, protected, virtual] |
| itk::EMLocalCostFunctionWrapper::EMLocalCostFunctionWrapper |
( |
const Self & |
|
) |
[private] |
Member Function Documentation
| void itk::EMLocalCostFunctionWrapper::GetDerivative |
( |
const ParametersType & |
vtkNotUsedparameters, |
|
|
DerivativeType & |
vtkNotUsedderivative | |
|
) |
| | const [inline] |
| unsigned int itk::EMLocalCostFunctionWrapper::GetNumberOfParameters |
( |
void |
|
) |
const [inline] |
Get value and derivatives for multiple valued optimizers.
References itkExceptionMacro.
| itk::EMLocalCostFunctionWrapper::itkNewMacro |
( |
Self |
|
) |
|
Method for creation through the object factory.
Run-time type information (and related methods).
| void itk::EMLocalCostFunctionWrapper::operator= |
( |
const Self & |
|
) |
[private] |
Member Data Documentation
The documentation for this class was generated from the following file: