#include <cmath>
#include <itkObject.h>
#include <itkImage.h>
#include <itkCommand.h>
#include <itkMultiResolutionPyramidImageFilter.h>
#include <animaSymmetryPlaneTransform.h>
#include <itkAffineTransform.h>
#include "animaPyramidalSymmetryBridge.hxx"
Go to the source code of this file.
|
enum | Metric {
Correlation = 0,
SquaredCorrelation,
MeanSquares,
MCMBasicMeanSquares = 0,
MCMOneToOneBasicMeanSquares,
MCMMeanSquares,
MTCorrelation,
MCMCorrelation,
TensorMeanSquares = 0,
TensorCorrelation,
TensorGeneralizedCorrelation,
TensorOrientedGeneralizedCorrelation,
MutualInformation = 0,
NormalizedMutualInformation,
MeanSquares,
MutualInformation = 0,
MeanSquares
} |
|
◆ Metric
Enumerator |
---|
Correlation | |
SquaredCorrelation | |
MeanSquares | |
MCMBasicMeanSquares | |
MCMOneToOneBasicMeanSquares | |
MCMMeanSquares | |
MTCorrelation | |
MCMCorrelation | |
TensorMeanSquares | |
TensorCorrelation | |
TensorGeneralizedCorrelation | |
TensorOrientedGeneralizedCorrelation | |
MutualInformation | |
NormalizedMutualInformation | |
MeanSquares | |
MutualInformation | |
MeanSquares | |
Definition at line 11 of file animaPyramidalSymmetryBridge.h.