18#ifndef sitkCenteredVersorTransformInitializerFilter_h
19#define sitkCenteredVersorTransformInitializerFilter_h
98 return std::string(
"CenteredVersorTransformInitializerFilter");
115 const Image * movingImage,
117 template <
class TImageType>
144 const Image & movingImage,
146 bool computeRotation =
false);
The Image class for SimpleITK.
A class used to instantiate and generate function object to templated member functions.
Transform CenteredVersorTransformInitializer(const Image &fixedImage, const Image &movingImage, const Transform &transform, bool computeRotation=false)
CenteredVersorTransformInitializer is a helper class intended to initialize the center of rotation,...
typelist2::typelist< BasicPixelID< int8_t >, BasicPixelID< uint8_t >, BasicPixelID< int16_t >, BasicPixelID< uint16_t >, BasicPixelID< int32_t >, BasicPixelID< uint32_t >, BasicPixelID< float >, BasicPixelID< double > > BasicPixelIDTypeList
#define SITKBasicFilters_EXPORT