#include <cmath>
#include <itkImage.h>
#include <animaPyramidImageFilter.h>
#include <animaAxisRotationTransform.h>
#include <itkAffineTransform.h>
#include <itkProcessObject.h>
#include "animaPyramidalSymmetryConstrainedRegistrationBridge.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 10 of file animaPyramidalSymmetryConstrainedRegistrationBridge.h.