4 #include <itkStationaryVelocityFieldTransform.h> 9 template <
unsigned int NDimensions = 3>
52 if (geomImage == NULL)
73 void estimateSVFFromTranslations();
74 void estimateSVFFromRigidTransforms();
75 void estimateSVFFromAffineTransforms();
77 template <
unsigned int NDegreesOfFreedom>
79 filterInputs(WeightImageType *weights,
typename itk::Image < itk::Vector <ScalarType, NDegreesOfFreedom>, NDimensions >::Pointer &output,
80 std::vector < itk::Vector <ScalarType, NDegreesOfFreedom> > &curTrsfs,
81 std::vector <
typename itk::Image < itk::Vector <ScalarType, NDegreesOfFreedom>, NDimensions >::IndexType > &posIndexes);