ANIMA
4.0
|
#include <animaBaseBMRegistrationMethod.h>
#include <itkVectorImage.h>
#include <animaDenseSVFTransformAgregator.h>
#include <animaBalooSVFTransformAgregator.h>
#include <itkAffineTransform.h>
#include <animaPyramidImageFilter.h>
#include <rpiDisplacementFieldTransform.h>
#include "animaPyramidalDenseTensorSVFMatchingBridge.hxx"
Go to the source code of this file.
Classes | |
class | anima::PyramidalDenseTensorSVFMatchingBridge< ImageDimension > |
Namespaces | |
anima | |
Enumerations | |
enum | Agregator { Baloo = 0, MSmoother, Baloo = 0, MSmoother, Baloo = 0, MSmoother } |
enum | Metric { Correlation = 0, SquaredCorrelation, MeanSquares, MCMBasicMeanSquares = 0, MCMOneToOneBasicMeanSquares, MCMMeanSquares, MTCorrelation, MCMCorrelation, TensorMeanSquares = 0, TensorCorrelation, TensorGeneralizedCorrelation, TensorOrientedGeneralizedCorrelation, MutualInformation = 0, NormalizedMutualInformation, MeanSquares, MutualInformation = 0, MeanSquares } |
enum | MetricOrientationType { None = 0, FiniteStrain, PPD, None = 0, FiniteStrain, PPD } |
enum | Optimizer { Exhaustive = 0, Bobyqa, Exhaustive = 0, Bobyqa } |
enum | SymmetryType { Asymmetric = 0, Symmetric, Kissing, Asymmetric = 0, Symmetric, Kissing } |
enum | Transform { Translation = 0, Rigid, Affine, Translation = 0, Rigid, Affine } |
enum Agregator |
Enumerator | |
---|---|
Baloo | |
MSmoother | |
Baloo | |
MSmoother | |
Baloo | |
MSmoother |
Definition at line 46 of file animaPyramidalDenseTensorSVFMatchingBridge.h.
enum Metric |
Definition at line 25 of file animaPyramidalDenseTensorSVFMatchingBridge.h.
Enumerator | |
---|---|
None | |
FiniteStrain | |
PPD | |
None | |
FiniteStrain | |
PPD |
Definition at line 33 of file animaPyramidalDenseTensorSVFMatchingBridge.h.
enum Optimizer |
Enumerator | |
---|---|
Exhaustive | |
Bobyqa | |
Exhaustive | |
Bobyqa |
Definition at line 40 of file animaPyramidalDenseTensorSVFMatchingBridge.h.
enum SymmetryType |
Enumerator | |
---|---|
Asymmetric | |
Symmetric | |
Kissing | |
Asymmetric | |
Symmetric | |
Kissing |
Definition at line 11 of file animaPyramidalDenseTensorSVFMatchingBridge.h.
enum Transform |
Enumerator | |
---|---|
Translation | |
Rigid | |
Affine | |
Translation | |
Rigid | |
Affine |
Definition at line 18 of file animaPyramidalDenseTensorSVFMatchingBridge.h.