Package org.itk.simple
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 Summary
Fields inherited from class org.itk.simple.ProcessObject
swigCMemOwn
-
Constructor Summary
ConstructorsModifierConstructorDescriptionitk::simple::CenteredVersorTransformInitializerFilter::CenteredVersorTransformInitializerFilter() Default Constructor that takes no arguments and initializes default parametersprotected
CenteredVersorTransformInitializerFilter
(long cPtr, boolean cMemoryOwn) -
Method Summary
Modifier and TypeMethodDescriptionvoid
Self& itk::simple::CenteredVersorTransformInitializerFilter::ComputeRotationOff()void
Self& itk::simple::CenteredVersorTransformInitializerFilter::ComputeRotationOn() Set the value of ComputeRotation to true or false respectfully.void
delete()
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 void
finalize()
boolean
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.protected static long
getName()
std::string itk::simple::CenteredVersorTransformInitializerFilter::GetName() const override Name of this classvoid
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.protected static long
toString()
std::string itk::simple::CenteredVersorTransformInitializerFilter::ToString() const override Print ourselves outMethods inherited from class org.itk.simple.ProcessObject
abort, 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
-
CenteredVersorTransformInitializerFilter
protected CenteredVersorTransformInitializerFilter(long cPtr, boolean cMemoryOwn) -
CenteredVersorTransformInitializerFilter
public CenteredVersorTransformInitializerFilter()itk::simple::CenteredVersorTransformInitializerFilter::CenteredVersorTransformInitializerFilter() Default Constructor that takes no arguments and initializes default parameters
-
-
Method Details
-
getCPtr
-
swigRelease
-
finalize
protected void finalize()- Overrides:
finalize
in classProcessObject
-
delete
public void delete()itk::simple::CenteredVersorTransformInitializerFilter::~CenteredVersorTransformInitializerFilter() override Destructor- Overrides:
delete
in classProcessObject
-
setComputeRotation
public 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. -
computeRotationOn
public void computeRotationOn()Self& itk::simple::CenteredVersorTransformInitializerFilter::ComputeRotationOn() Set the value of ComputeRotation to true or false respectfully. -
computeRotationOff
public void computeRotationOff()Self& itk::simple::CenteredVersorTransformInitializerFilter::ComputeRotationOff() -
getComputeRotation
public 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. -
getName
std::string itk::simple::CenteredVersorTransformInitializerFilter::GetName() const override Name of this class- Overrides:
getName
in classProcessObject
-
toString
std::string itk::simple::CenteredVersorTransformInitializerFilter::ToString() const override Print ourselves out- Overrides:
toString
in classProcessObject
-
execute
Transform itk::simple::CenteredVersorTransformInitializerFilter::Execute(const Image &fixedImage, const Image &movingImage, const Transform &transform) Execute the filter on the input image
-