ANIMA
4.0
|
#include <animaPyramidalDenseMCMSVFMatchingBridge.h>
Public Member Functions | |
virtual ::itk::LightObject::Pointer | CreateAnother (void) const |
Agregator | GetAgregator () |
double | GetAngleUpperBound () |
unsigned int | GetBCHCompositionOrder () |
unsigned int | GetBlockSize () |
unsigned int | GetBlockSpacing () |
double | GetElasticSigma () |
unsigned int | GetExponentiationOrder () |
double | GetExtrapolationSigma () |
double | GetFinalRadius () |
bool | GetFiniteStrainImageReorientation () |
unsigned int | GetLastPyramidLevel () |
unsigned int | GetMaximumIterations () |
double | GetMEstimateConvergenceThreshold () |
Metric | GetMetric () |
MetricOrientationType | GetMetricOrientation () |
double | GetMinimalTransformError () |
virtual const char * | GetNameOfClass () const |
double | GetNeighborhoodApproximation () |
unsigned int | GetNumberOfPyramidLevels () |
Optimizer | GetOptimizer () |
unsigned int | GetOptimizerMaximumIterations () |
double | GetOutlierSigma () |
InputImagePointer | GetOutputImage () |
BaseTransformPointer | GetOutputTransform () |
std::string | GetOutputTransformFile () |
double | GetPercentageKept () |
std::string | GetResultFile () |
double | GetScaleUpperBound () |
double | GetSearchAngleRadius () |
double | GetSearchRadius () |
double | GetSearchScaleRadius () |
double | GetStDevThreshold () |
double | GetStepSize () |
SymmetryType | GetSymmetryType () |
Transform | GetTransform () |
double | GetTranslateUpperBound () |
void | SetAgregator (Agregator agregator) |
void | SetAngleUpperBound (double AngleUpperBound) |
void | SetBCHCompositionOrder (unsigned int order) |
void | SetBigDelta (double val) |
void | SetBlockSize (int blockSize) |
void | SetBlockSpacing (unsigned int blockSpacing) |
void | SetElasticSigma (double elasticSigma) |
void | SetExponentiationOrder (unsigned int order) |
void | SetExtrapolationSigma (double extrapolationSigma) |
void | SetFinalRadius (double FinalRadius) |
void | SetFiniteStrainImageReorientation (bool reor) |
void | SetFloatingImage (InputImagePointer FloatingImage) |
void | SetGradientDirections (std::vector< vnl_vector_fixed< double, 3 > > &grads) |
void | SetGradientStrengths (std::vector< double > &val) |
void | SetLastPyramidLevel (unsigned int LastPyramidLevel) |
void | SetMaximumIterations (unsigned int MaximumIterations) |
void | SetMEstimateConvergenceThreshold (double mEstimateConvergenceThreshold) |
void | SetMetric (Metric metric) |
void | SetMetricOrientation (MetricOrientationType metricOr) |
void | SetMinimalTransformError (double MinimalTransformError) |
void | SetNeighborhoodApproximation (double neighborhoodApproximation) |
void | SetNumberOfPyramidLevels (unsigned int NumberOfPyramidLevels) |
void | SetOptimizer (Optimizer optimizer) |
void | SetOptimizerMaximumIterations (unsigned int OptimizerMaximumIterations) |
void | SetOutlierSigma (double outlierSigma) |
void | SetOutputTransformFile (std::string outputTransformFile) |
void | SetPercentageKept (double PercentageKept) |
void | SetReferenceImage (InputImagePointer referenceImage) |
void | SetResultFile (std::string resultFile) |
void | SetScaleUpperBound (double ScaleUpperBound) |
void | SetSearchAngleRadius (double SearchAngleRadius) |
void | SetSearchRadius (double SearchRadius) |
void | SetSearchScaleRadius (double SearchScaleRadius) |
void | SetSmallDelta (double val) |
void | SetStDevThreshold (double StDevThreshold) |
void | SetStepSize (double StepSize) |
void | SetSymmetryType (SymmetryType sym) |
void | SetTransform (Transform transform) |
void | SetTranslateUpperBound (double TranslateUpperBound) |
void | Update () ITK_OVERRIDE |
void | WriteOutputs () |
Static Public Member Functions | |
static Pointer | New () |
Protected Member Functions | |
virtual BlockMatcherType * | CreateBlockMatcher () |
virtual InterpolatorType * | CreateInterpolator (InputImageType *image) |
PyramidalDenseMCMSVFMatchingBridge () | |
void | SetupPyramids () |
virtual | ~PyramidalDenseMCMSVFMatchingBridge () |
Definition at line 61 of file animaPyramidalDenseMCMSVFMatchingBridge.h.
typedef AffineTransformType::Pointer anima::PyramidalDenseMCMSVFMatchingBridge< ImageDimension >::AffineTransformPointer |
Definition at line 80 of file animaPyramidalDenseMCMSVFMatchingBridge.h.
typedef itk::AffineTransform<typename BaseAgregatorType::InternalScalarType,ImageDimension> anima::PyramidalDenseMCMSVFMatchingBridge< ImageDimension >::AffineTransformType |
Definition at line 79 of file animaPyramidalDenseMCMSVFMatchingBridge.h.
typedef BalooSVFTransformAgregator< ImageDimension > anima::PyramidalDenseMCMSVFMatchingBridge< ImageDimension >::BalooAgregatorType |
Definition at line 72 of file animaPyramidalDenseMCMSVFMatchingBridge.h.
typedef BaseTransformAgregator< ImageDimension > anima::PyramidalDenseMCMSVFMatchingBridge< ImageDimension >::BaseAgregatorType |
Definition at line 70 of file animaPyramidalDenseMCMSVFMatchingBridge.h.
typedef BaseBlockMatchRegistrationType::Pointer anima::PyramidalDenseMCMSVFMatchingBridge< ImageDimension >::BaseBlockMatchRegistrationPointer |
Definition at line 89 of file animaPyramidalDenseMCMSVFMatchingBridge.h.
typedef anima::BaseBMRegistrationMethod<InputImageType> anima::PyramidalDenseMCMSVFMatchingBridge< ImageDimension >::BaseBlockMatchRegistrationType |
Definition at line 88 of file animaPyramidalDenseMCMSVFMatchingBridge.h.
typedef BaseTransformType::Pointer anima::PyramidalDenseMCMSVFMatchingBridge< ImageDimension >::BaseTransformPointer |
Definition at line 75 of file animaPyramidalDenseMCMSVFMatchingBridge.h.
typedef MEstimateAgregatorType::BaseOutputTransformType anima::PyramidalDenseMCMSVFMatchingBridge< ImageDimension >::BaseTransformType |
Definition at line 74 of file animaPyramidalDenseMCMSVFMatchingBridge.h.
typedef anima::MCMBlockMatcher<InputImageType> anima::PyramidalDenseMCMSVFMatchingBridge< ImageDimension >::BlockMatcherType |
Definition at line 92 of file animaPyramidalDenseMCMSVFMatchingBridge.h.
typedef itk::SmartPointer<const Self> anima::PyramidalDenseMCMSVFMatchingBridge< ImageDimension >::ConstPointer |
Definition at line 102 of file animaPyramidalDenseMCMSVFMatchingBridge.h.
typedef DisplacementFieldTransformType::Pointer anima::PyramidalDenseMCMSVFMatchingBridge< ImageDimension >::DisplacementFieldTransformPointer |
Definition at line 83 of file animaPyramidalDenseMCMSVFMatchingBridge.h.
typedef rpi::DisplacementFieldTransform<typename BaseAgregatorType::ScalarType, ImageDimension> anima::PyramidalDenseMCMSVFMatchingBridge< ImageDimension >::DisplacementFieldTransformType |
Definition at line 82 of file animaPyramidalDenseMCMSVFMatchingBridge.h.
typedef InputImageType::ConstPointer anima::PyramidalDenseMCMSVFMatchingBridge< ImageDimension >::InputImageConstPointer |
Definition at line 67 of file animaPyramidalDenseMCMSVFMatchingBridge.h.
typedef InputImageType::Pointer anima::PyramidalDenseMCMSVFMatchingBridge< ImageDimension >::InputImagePointer |
Definition at line 66 of file animaPyramidalDenseMCMSVFMatchingBridge.h.
typedef anima::MCMImage<double,ImageDimension> anima::PyramidalDenseMCMSVFMatchingBridge< ImageDimension >::InputImageType |
Definition at line 64 of file animaPyramidalDenseMCMSVFMatchingBridge.h.
typedef InputImageType::InternalPixelType anima::PyramidalDenseMCMSVFMatchingBridge< ImageDimension >::InputInternalPixelType |
Definition at line 68 of file animaPyramidalDenseMCMSVFMatchingBridge.h.
typedef InputImageType::IOPixelType anima::PyramidalDenseMCMSVFMatchingBridge< ImageDimension >::InputPixelType |
Definition at line 65 of file animaPyramidalDenseMCMSVFMatchingBridge.h.
typedef anima::MCMLinearInterpolateImageFunction<InputImageType> anima::PyramidalDenseMCMSVFMatchingBridge< ImageDimension >::InterpolatorType |
Definition at line 91 of file animaPyramidalDenseMCMSVFMatchingBridge.h.
typedef MCModelType::Pointer anima::PyramidalDenseMCMSVFMatchingBridge< ImageDimension >::MCModelPointer |
Definition at line 95 of file animaPyramidalDenseMCMSVFMatchingBridge.h.
typedef anima::MultiCompartmentModel anima::PyramidalDenseMCMSVFMatchingBridge< ImageDimension >::MCModelType |
Definition at line 94 of file animaPyramidalDenseMCMSVFMatchingBridge.h.
typedef DenseSVFTransformAgregator< ImageDimension > anima::PyramidalDenseMCMSVFMatchingBridge< ImageDimension >::MEstimateAgregatorType |
Definition at line 71 of file animaPyramidalDenseMCMSVFMatchingBridge.h.
typedef itk::SmartPointer<Self> anima::PyramidalDenseMCMSVFMatchingBridge< ImageDimension >::Pointer |
Definition at line 101 of file animaPyramidalDenseMCMSVFMatchingBridge.h.
typedef PyramidType::Pointer anima::PyramidalDenseMCMSVFMatchingBridge< ImageDimension >::PyramidPointer |
Definition at line 86 of file animaPyramidalDenseMCMSVFMatchingBridge.h.
typedef anima::PyramidImageFilter<InputImageType,InputImageType> anima::PyramidalDenseMCMSVFMatchingBridge< ImageDimension >::PyramidType |
Definition at line 85 of file animaPyramidalDenseMCMSVFMatchingBridge.h.
typedef PyramidalDenseMCMSVFMatchingBridge anima::PyramidalDenseMCMSVFMatchingBridge< ImageDimension >::Self |
SmartPointer typedef support
Definition at line 98 of file animaPyramidalDenseMCMSVFMatchingBridge.h.
typedef itk::ProcessObject anima::PyramidalDenseMCMSVFMatchingBridge< ImageDimension >::Superclass |
Definition at line 99 of file animaPyramidalDenseMCMSVFMatchingBridge.h.
typedef VelocityFieldType::PixelType anima::PyramidalDenseMCMSVFMatchingBridge< ImageDimension >::VectorType |
Definition at line 77 of file animaPyramidalDenseMCMSVFMatchingBridge.h.
typedef BaseTransformType::VectorFieldType anima::PyramidalDenseMCMSVFMatchingBridge< ImageDimension >::VelocityFieldType |
Definition at line 76 of file animaPyramidalDenseMCMSVFMatchingBridge.h.
|
protected |
Definition at line 21 of file animaPyramidalDenseMCMSVFMatchingBridge.hxx.
References Asymmetric, Baloo, Bobyqa, anima::DiffusionBigDelta, anima::DiffusionSmallDelta, FiniteStrain, MCMOneToOneBasicMeanSquares, and Translation.
Referenced by anima::PyramidalDenseMCMSVFMatchingBridge< ImageDimension >::SetGradientDirections().
|
protectedvirtual |
Definition at line 73 of file animaPyramidalDenseMCMSVFMatchingBridge.hxx.
References anima::PyramidalDenseMCMSVFMatchingBridge< ImageDimension >::CreateInterpolator().
Referenced by anima::PyramidalDenseMCMSVFMatchingBridge< ImageDimension >::SetGradientDirections().
virtual::itk::LightObject::Pointer anima::PyramidalDenseMCMSVFMatchingBridge< ImageDimension >::CreateAnother | ( | void | ) | const |
|
protectedvirtual |
|
protectedvirtual |
Definition at line 80 of file animaPyramidalDenseMCMSVFMatchingBridge.hxx.
References anima::PyramidalDenseMCMSVFMatchingBridge< ImageDimension >::CreateBlockMatcher(), and anima::MCMImage< TPixel, VImageDimension >::GetDescriptionModel().
Referenced by anima::PyramidalDenseMCMSVFMatchingBridge< ImageDimension >::SetGradientDirections(), and anima::PyramidalDenseMCMSVFMatchingBridge< ImageDimension >::~PyramidalDenseMCMSVFMatchingBridge().
|
inline |
Definition at line 195 of file animaPyramidalDenseMCMSVFMatchingBridge.h.
|
inline |
Definition at line 189 of file animaPyramidalDenseMCMSVFMatchingBridge.h.
|
inline |
Definition at line 213 of file animaPyramidalDenseMCMSVFMatchingBridge.h.
|
inline |
Definition at line 135 of file animaPyramidalDenseMCMSVFMatchingBridge.h.
|
inline |
Definition at line 138 of file animaPyramidalDenseMCMSVFMatchingBridge.h.
|
inline |
Definition at line 201 of file animaPyramidalDenseMCMSVFMatchingBridge.h.
|
inline |
Definition at line 216 of file animaPyramidalDenseMCMSVFMatchingBridge.h.
|
inline |
Definition at line 198 of file animaPyramidalDenseMCMSVFMatchingBridge.h.
|
inline |
Definition at line 180 of file animaPyramidalDenseMCMSVFMatchingBridge.h.
|
inline |
Definition at line 156 of file animaPyramidalDenseMCMSVFMatchingBridge.h.
|
inline |
Definition at line 222 of file animaPyramidalDenseMCMSVFMatchingBridge.h.
|
inline |
Definition at line 162 of file animaPyramidalDenseMCMSVFMatchingBridge.h.
|
inline |
Definition at line 207 of file animaPyramidalDenseMCMSVFMatchingBridge.h.
|
inline |
Definition at line 150 of file animaPyramidalDenseMCMSVFMatchingBridge.h.
|
inline |
Definition at line 153 of file animaPyramidalDenseMCMSVFMatchingBridge.h.
|
inline |
Definition at line 165 of file animaPyramidalDenseMCMSVFMatchingBridge.h.
|
virtual |
|
inline |
Definition at line 210 of file animaPyramidalDenseMCMSVFMatchingBridge.h.
|
inline |
Definition at line 219 of file animaPyramidalDenseMCMSVFMatchingBridge.h.
|
inline |
Definition at line 159 of file animaPyramidalDenseMCMSVFMatchingBridge.h.
|
inline |
Definition at line 168 of file animaPyramidalDenseMCMSVFMatchingBridge.h.
|
inline |
Definition at line 204 of file animaPyramidalDenseMCMSVFMatchingBridge.h.
|
inline |
Definition at line 118 of file animaPyramidalDenseMCMSVFMatchingBridge.h.
|
inline |
Getter for transform
Definition at line 123 of file animaPyramidalDenseMCMSVFMatchingBridge.h.
|
inline |
Definition at line 132 of file animaPyramidalDenseMCMSVFMatchingBridge.h.
|
inline |
Definition at line 225 of file animaPyramidalDenseMCMSVFMatchingBridge.h.
|
inline |
Setter/Getter for parameters
Definition at line 129 of file animaPyramidalDenseMCMSVFMatchingBridge.h.
|
inline |
Definition at line 192 of file animaPyramidalDenseMCMSVFMatchingBridge.h.
|
inline |
Definition at line 174 of file animaPyramidalDenseMCMSVFMatchingBridge.h.
|
inline |
Definition at line 171 of file animaPyramidalDenseMCMSVFMatchingBridge.h.
|
inline |
Definition at line 177 of file animaPyramidalDenseMCMSVFMatchingBridge.h.
|
inline |
Definition at line 141 of file animaPyramidalDenseMCMSVFMatchingBridge.h.
|
inline |
Definition at line 183 of file animaPyramidalDenseMCMSVFMatchingBridge.h.
|
inline |
Definition at line 144 of file animaPyramidalDenseMCMSVFMatchingBridge.h.
|
inline |
Definition at line 147 of file animaPyramidalDenseMCMSVFMatchingBridge.h.
|
inline |
Definition at line 186 of file animaPyramidalDenseMCMSVFMatchingBridge.h.
|
static |
|
inline |
Definition at line 196 of file animaPyramidalDenseMCMSVFMatchingBridge.h.
|
inline |
Definition at line 190 of file animaPyramidalDenseMCMSVFMatchingBridge.h.
|
inline |
Definition at line 214 of file animaPyramidalDenseMCMSVFMatchingBridge.h.
|
inline |
Definition at line 229 of file animaPyramidalDenseMCMSVFMatchingBridge.h.
|
inline |
Definition at line 136 of file animaPyramidalDenseMCMSVFMatchingBridge.h.
|
inline |
Definition at line 139 of file animaPyramidalDenseMCMSVFMatchingBridge.h.
|
inline |
Definition at line 202 of file animaPyramidalDenseMCMSVFMatchingBridge.h.
|
inline |
Definition at line 217 of file animaPyramidalDenseMCMSVFMatchingBridge.h.
|
inline |
Definition at line 199 of file animaPyramidalDenseMCMSVFMatchingBridge.h.
|
inline |
Definition at line 181 of file animaPyramidalDenseMCMSVFMatchingBridge.h.
|
inline |
Definition at line 157 of file animaPyramidalDenseMCMSVFMatchingBridge.h.
|
inline |
Definition at line 116 of file animaPyramidalDenseMCMSVFMatchingBridge.h.
|
inline |
Definition at line 232 of file animaPyramidalDenseMCMSVFMatchingBridge.h.
References anima::PyramidalDenseMCMSVFMatchingBridge< ImageDimension >::CreateBlockMatcher(), anima::PyramidalDenseMCMSVFMatchingBridge< ImageDimension >::CreateInterpolator(), anima::PyramidalDenseMCMSVFMatchingBridge< ImageDimension >::PyramidalDenseMCMSVFMatchingBridge(), anima::PyramidalDenseMCMSVFMatchingBridge< ImageDimension >::SetupPyramids(), and anima::PyramidalDenseMCMSVFMatchingBridge< ImageDimension >::~PyramidalDenseMCMSVFMatchingBridge().
|
inline |
Definition at line 230 of file animaPyramidalDenseMCMSVFMatchingBridge.h.
|
inline |
Definition at line 223 of file animaPyramidalDenseMCMSVFMatchingBridge.h.
|
inline |
Definition at line 163 of file animaPyramidalDenseMCMSVFMatchingBridge.h.
|
inline |
Definition at line 208 of file animaPyramidalDenseMCMSVFMatchingBridge.h.
|
inline |
Definition at line 151 of file animaPyramidalDenseMCMSVFMatchingBridge.h.
|
inline |
Definition at line 154 of file animaPyramidalDenseMCMSVFMatchingBridge.h.
|
inline |
Definition at line 166 of file animaPyramidalDenseMCMSVFMatchingBridge.h.
|
inline |
Definition at line 211 of file animaPyramidalDenseMCMSVFMatchingBridge.h.
|
inline |
Definition at line 220 of file animaPyramidalDenseMCMSVFMatchingBridge.h.
|
inline |
Definition at line 160 of file animaPyramidalDenseMCMSVFMatchingBridge.h.
|
inline |
Definition at line 169 of file animaPyramidalDenseMCMSVFMatchingBridge.h.
|
inline |
Definition at line 205 of file animaPyramidalDenseMCMSVFMatchingBridge.h.
|
inline |
Definition at line 133 of file animaPyramidalDenseMCMSVFMatchingBridge.h.
|
inline |
Definition at line 226 of file animaPyramidalDenseMCMSVFMatchingBridge.h.
|
inline |
Setter for images
Definition at line 115 of file animaPyramidalDenseMCMSVFMatchingBridge.h.
|
inline |
Definition at line 130 of file animaPyramidalDenseMCMSVFMatchingBridge.h.
|
inline |
Definition at line 193 of file animaPyramidalDenseMCMSVFMatchingBridge.h.
|
inline |
Definition at line 175 of file animaPyramidalDenseMCMSVFMatchingBridge.h.
|
inline |
Definition at line 172 of file animaPyramidalDenseMCMSVFMatchingBridge.h.
|
inline |
Definition at line 178 of file animaPyramidalDenseMCMSVFMatchingBridge.h.
|
inline |
Definition at line 228 of file animaPyramidalDenseMCMSVFMatchingBridge.h.
|
inline |
Definition at line 142 of file animaPyramidalDenseMCMSVFMatchingBridge.h.
|
inline |
Definition at line 184 of file animaPyramidalDenseMCMSVFMatchingBridge.h.
|
inline |
Definition at line 145 of file animaPyramidalDenseMCMSVFMatchingBridge.h.
|
inline |
Definition at line 148 of file animaPyramidalDenseMCMSVFMatchingBridge.h.
|
inline |
Definition at line 187 of file animaPyramidalDenseMCMSVFMatchingBridge.h.
|
protected |
Definition at line 494 of file animaPyramidalDenseMCMSVFMatchingBridge.hxx.
Referenced by anima::PyramidalDenseMCMSVFMatchingBridge< ImageDimension >::SetGradientDirections().
void anima::PyramidalDenseMCMSVFMatchingBridge< ImageDimension >::Update | ( | ) |
Definition at line 100 of file animaPyramidalDenseMCMSVFMatchingBridge.hxx.
References Affine, Asymmetric, Bobyqa, Exhaustive, FiniteStrain, anima::GetSVFExponential(), Kissing, MCMBasicMeanSquares, MCMCorrelation, MCMMeanSquares, MCMOneToOneBasicMeanSquares, MSmoother, MTCorrelation, None, PPD, Rigid, anima::BaseAffineBlockMatcher< TInputImageType >::SetAngleMax(), anima::MCMBlockMatcher< TInputImageType >::SetBigDelta(), anima::BaseBlockMatcher< TInputImageType >::SetBlockPercentageKept(), anima::BaseBlockMatcher< TInputImageType >::SetBlockSize(), anima::BaseBlockMatcher< TInputImageType >::SetBlockSpacing(), anima::BaseAffineBlockMatcher< TInputImageType >::SetBlockTransformType(), anima::BaseBlockMatcher< TInputImageType >::SetBlockVarianceThreshold(), anima::DenseSVFTransformAgregator< NDimensions >::SetDistanceBoundary(), anima::BalooSVFTransformAgregator< NDimensions >::SetExtrapolationSigma(), anima::DenseSVFTransformAgregator< NDimensions >::SetExtrapolationSigma(), anima::BaseBlockMatcher< TInputImageType >::SetFinalRadius(), anima::BalooSVFTransformAgregator< NDimensions >::SetGeometryInformation(), anima::DenseSVFTransformAgregator< NDimensions >::SetGeometryInformation(), anima::MCMBlockMatcher< TInputImageType >::SetGradientDirections(), anima::MCMBlockMatcher< TInputImageType >::SetGradientStrengths(), anima::DenseSVFTransformAgregator< NDimensions >::SetMEstimateConvergenceThreshold(), anima::MCMBlockMatcher< TInputImageType >::SetModelRotationType(), anima::DenseSVFTransformAgregator< NDimensions >::SetNeighborhoodHalfSize(), anima::DenseSVFTransformAgregator< NDimensions >::SetNumberOfWorkUnits(), anima::BalooSVFTransformAgregator< NDimensions >::SetNumberOfWorkUnits(), anima::BaseBlockMatcher< TInputImageType >::SetNumberOfWorkUnits(), anima::BaseBlockMatcher< TInputImageType >::SetOptimizerMaximumIterations(), anima::BaseBlockMatcher< TInputImageType >::SetOptimizerType(), anima::DenseSVFTransformAgregator< NDimensions >::SetOutlierRejectionSigma(), anima::BalooSVFTransformAgregator< NDimensions >::SetOutlierRejectionSigma(), anima::BaseTransformAgregator< NDimensions >::SetOutputTransformType(), anima::BaseAffineBlockMatcher< TInputImageType >::SetScaleMax(), anima::BaseAffineBlockMatcher< TInputImageType >::SetSearchAngleRadius(), anima::BaseBlockMatcher< TInputImageType >::SetSearchRadius(), anima::BaseAffineBlockMatcher< TInputImageType >::SetSearchScaleRadius(), anima::MCMBlockMatcher< TInputImageType >::SetSimilarityType(), anima::MCMBlockMatcher< TInputImageType >::SetSmallDelta(), anima::BaseBlockMatcher< TInputImageType >::SetStepSize(), anima::BaseAffineBlockMatcher< TInputImageType >::SetTranslateMax(), Symmetric, and Translation.
void anima::PyramidalDenseMCMSVFMatchingBridge< ImageDimension >::WriteOutputs | ( | ) |