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 ProcessObject
swigCMemOwn -
Constructor Summary
ConstructorsModifierConstructorDescriptionitk::simple::CenteredVersorTransformInitializerFilter::CenteredVersorTransformInitializerFilter() Default Constructor that takes no arguments and initializes default parametersprotectedCenteredVersorTransformInitializerFilter(long cPtr, boolean cMemoryOwn) -
Method Summary
Modifier 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 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, swigReleaseModifier and TypeMethodDescriptionvoidabort()virtual void itk::simple::ProcessObject::Abort() Sets an abort flag on the active process.intaddCommand(EventEnum event, Command cmd) virtual int itk::simple::ProcessObject::AddCommand(itk::simple::EventEnum event, itk::simple::Command &cmd) Add a Command Object to observer the event.voiddebugOff()voiddebugOn()protected static longgetCPtr(ProcessObject obj) booleangetDebug()static doublestatic booleanstatic doublestatic longstatic Stringstatic booleanlonglongfloatvirtual float itk::simple::ProcessObject::GetProgress() const An Active Measurement of the progress of execution.static voidstatic voidstatic voidstatic voidbooleanhasCommand(EventEnum event) virtual bool itk::simple::ProcessObject::HasCommand(itk::simple::EventEnum event) const Query of this object has any registered commands for event.voidvirtual void itk::simple::ProcessObject::RemoveAllCommands() Remove all registered commands.voidsetDebug(boolean debugFlag) static voidsetGlobalDefaultCoordinateTolerance(double arg0) static voidsetGlobalDefaultDebug(boolean debugFlag) static voidsetGlobalDefaultDirectionTolerance(double arg0) static voidsetGlobalDefaultNumberOfThreads(long n) static booleansetGlobalDefaultThreader(String threader) static voidsetGlobalWarningDisplay(boolean flag) voidsetNumberOfThreads(long n) voidsetNumberOfWorkUnits(long n) protected static longswigRelease(ProcessObject obj)
-
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:
finalizein classProcessObject
-
delete
public void delete()itk::simple::CenteredVersorTransformInitializerFilter::~CenteredVersorTransformInitializerFilter() override Destructor- Overrides:
deletein 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:
getNamein classProcessObject
-
toString
std::string itk::simple::CenteredVersorTransformInitializerFilter::ToString() const override Print ourselves out- Overrides:
toStringin classProcessObject
-
execute
-