Page MenuHomePhabricator

Make RigidRegistration easier extensible
Closed, ResolvedPublic

Description

To increase the extensibility of the rigid registration module the class structure has to be changed, so that each transform, metric and optimizer has its own GUI class for its parameters. The old classes mitkTransformParameters and mitkTransformFactory etc are not needed anymore by the module.

Related Objects

Event Timeline

[SVN revision 20833]
FIX (#3166): All transforms metrics and optimizer have their own GUI classes which were added to QmitkRigidRegistrationSelector in constructor.

[SVN revision 20835]
COMP (#3166): Fixed case-sensitive includes of Qt classes and wrong include locations.

[SVN revision 20836]
COMP (#3166): Fixed case-sensitive includes of Qt classes.

Merging "applicazion modules" component with "ExtApp plugins"