HomePhabricator
Diffusion MITK 245fd479b821

Fixed T27435

Description

Fixed T27435

Details

Auditors
floca
kalali
Provenance
flocaAuthored on Apr 28 2022, 10:40 PM
flocaPushed on Apr 28 2022, 10:40 PM
Parents
rMITK2107df8f2dd8: Fixed LabelSetImageHelper documentation
Branches
Unknown
Tags
Unknown
Tasks
T27435: [Registration] Mapper does not properly support LabelSetImages

Event Timeline

kalali added a subscriber: kalali.
kalali added inline comments.
/Modules/MatchPointRegistration/src/Helper/mitkImageMappingHelper.cpp
302

*was really stored

303

active layer).

314

Could you use cloneInput->GetLabelSet(layerID) here to not clone again?

All concerns with this commit have now been addressed.Apr 29 2022, 12:16 PM
floca marked 3 inline comments as done.
floca added inline comments.
/Modules/MatchPointRegistration/src/Helper/mitkImageMappingHelper.cpp
314

Good catch. Yes.

floca added inline comments.
/Modules/MatchPointRegistration/src/Helper/mitkImageMappingHelper.cpp
314

No. Does not work. Leads to crashes, due to event hooks, that becom invilde.
I keep it as is, as this works properly.