Class CenteredVersorTransformInitializerFilter
java.lang.Object
org.itk.simple.ProcessObject
org.itk.simple.CenteredVersorTransformInitializerFilter
CenteredVersorTransformInitializerFilter is a helper class intended to initialize the center of rotation,
versor, and translation of the VersorRigid3DTransform.
This class is derived from the CenteredTransformInitializerFilter and uses it in a more constrained context. It always uses the Moments
mode, and also takes advantage of the second order moments in order to
initialize the Versor representing rotation.
See:
 itk::CenteredVersorTransformInitializer for the Doxygen on the original ITK class.
C++ includes: sitkCenteredVersorTransformInitializerFilter.h
- 
Field SummaryFields inherited from class org.itk.simple.ProcessObjectswigCMemOwn
- 
Constructor SummaryConstructorsModifierConstructorDescriptionitk::simple::CenteredVersorTransformInitializerFilter::CenteredVersorTransformInitializerFilter() Default Constructor that takes no arguments and initializes default parametersprotectedCenteredVersorTransformInitializerFilter(long cPtr, boolean cMemoryOwn) 
- 
Method SummaryModifier and TypeMethodDescriptionvoidSelf& itk::simple::CenteredVersorTransformInitializerFilter::ComputeRotationOff()voidSelf& itk::simple::CenteredVersorTransformInitializerFilter::ComputeRotationOn() Set the value of ComputeRotation to true or false respectfully.voiddelete()itk::simple::CenteredVersorTransformInitializerFilter::~CenteredVersorTransformInitializerFilter() override DestructorTransform itk::simple::CenteredVersorTransformInitializerFilter::Execute(const Image &fixedImage, const Image &movingImage, const Transform &transform) Execute the filter on the input imageprotected voidfinalize()booleanbool itk::simple::CenteredVersorTransformInitializerFilter::GetComputeRotation() const Enable the use of the principal axes of each image to compute an initial rotation that will align them.protected static longgetName()std::string itk::simple::CenteredVersorTransformInitializerFilter::GetName() const override Name of this classvoidsetComputeRotation(boolean ComputeRotation) Self& itk::simple::CenteredVersorTransformInitializerFilter::SetComputeRotation(bool ComputeRotation) Enable the use of the principal axes of each image to compute an initial rotation that will align them.protected static longtoString()std::string itk::simple::CenteredVersorTransformInitializerFilter::ToString() const override Print ourselves outMethods inherited from class org.itk.simple.ProcessObjectabort, addCommand, debugOff, debugOn, getCPtr, getDebug, getGlobalDefaultCoordinateTolerance, getGlobalDefaultDebug, getGlobalDefaultDirectionTolerance, getGlobalDefaultNumberOfThreads, getGlobalDefaultThreader, getGlobalWarningDisplay, getNumberOfThreads, getNumberOfWorkUnits, getProgress, globalDefaultDebugOff, globalDefaultDebugOn, globalWarningDisplayOff, globalWarningDisplayOn, hasCommand, removeAllCommands, setDebug, setGlobalDefaultCoordinateTolerance, setGlobalDefaultDebug, setGlobalDefaultDirectionTolerance, setGlobalDefaultNumberOfThreads, setGlobalDefaultThreader, setGlobalWarningDisplay, setNumberOfThreads, setNumberOfWorkUnits, swigRelease
- 
Constructor Details- 
CenteredVersorTransformInitializerFilterprotected CenteredVersorTransformInitializerFilter(long cPtr, boolean cMemoryOwn) 
- 
CenteredVersorTransformInitializerFilterpublic CenteredVersorTransformInitializerFilter()itk::simple::CenteredVersorTransformInitializerFilter::CenteredVersorTransformInitializerFilter() Default Constructor that takes no arguments and initializes default parameters
 
- 
- 
Method Details- 
getCPtr
- 
swigRelease
- 
finalizeprotected void finalize()- Overrides:
- finalizein class- ProcessObject
 
- 
deletepublic void delete()itk::simple::CenteredVersorTransformInitializerFilter::~CenteredVersorTransformInitializerFilter() override Destructor- Overrides:
- deletein class- ProcessObject
 
- 
setComputeRotationpublic void setComputeRotation(boolean ComputeRotation) Self& itk::simple::CenteredVersorTransformInitializerFilter::SetComputeRotation(bool ComputeRotation) Enable the use of the principal axes of each image to compute an initial rotation that will align them.
- 
computeRotationOnpublic void computeRotationOn()Self& itk::simple::CenteredVersorTransformInitializerFilter::ComputeRotationOn() Set the value of ComputeRotation to true or false respectfully.
- 
computeRotationOffpublic void computeRotationOff()Self& itk::simple::CenteredVersorTransformInitializerFilter::ComputeRotationOff()
- 
getComputeRotationpublic boolean getComputeRotation()bool itk::simple::CenteredVersorTransformInitializerFilter::GetComputeRotation() const Enable the use of the principal axes of each image to compute an initial rotation that will align them.
- 
getNamestd::string itk::simple::CenteredVersorTransformInitializerFilter::GetName() const override Name of this class- Overrides:
- getNamein class- ProcessObject
 
- 
toStringstd::string itk::simple::CenteredVersorTransformInitializerFilter::ToString() const override Print ourselves out- Overrides:
- toStringin class- ProcessObject
 
- 
execute
 
-