Page MenuHomePhabricator

Use ImageMasks for RigidRegistration
Closed, ResolvedPublic

Description

It would be nice if mask images could be used for fixed and moving image to limit the registration process to the masked areas.

Event Timeline

[SVN revision 19541]
FIX (#2676): Added a boolean member to mitkBoundingObjectCutter to specify whether the resulting cut image should have the same region as the input image for rigid registration.

[SVN revision 19542]
FIX (#2676): Added comboboxes to select masked images for fixed and moving image. Masked images will be passed to metric factory.

[SVN revision 19543]
COMP (#2676): Removed const specifier.

[SVN revision 19544]
COMP (#2676): Changed m_movingMaskImage and m_fixedMaskImage to smartpointer.

[SVN revision 19545]
COMP (#2676): Added missing typenames.

[SVN revision 19932]
FIX (#2676): Image masks can now be used with all metrics.

[SVN revision 19933]
COMP (#2676): Added missing typenames.

[SVN revision 19934]
COMP (#2676): Added missing typenames.

Merging "applicazion modules" component with "ExtApp plugins"