-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
registration with mask does not work #127
Comments
Did you have a look at the example notebooks yet? |
I did refer to example 3, but the log still said both fMask and mMask were unspecified. Here's my code.
|
Can you also show the part of the code that loads the mask? |
result_image's BufferedRegion is empty. Masked registration issue also noted in #127
The empty BufferedRegion seems to be caused by not setting However, I am not sure if the masks are not read. Indeed, the log indicates:
but later it also reports:
So, I assume the masks are being used.. cc. @N-Dekker |
Avoided confusing log messages saying "-fMask unspecified, so no fixed mask used" and "-mMask unspecified, so no moving mask used" for library users (including ITKElastix). Relates to issue InsightSoftwareConsortium/ITKElastix#127 "registration with mask does not work", reported by jslalu, June 11, 2021.
Avoided confusing log messages saying "-fMask unspecified, so no fixed mask used" and "-mMask unspecified, so no moving mask used" for library users (including ITKElastix). Relates to issue InsightSoftwareConsortium/ITKElastix#127 "registration with mask does not work", reported by jslalu, June 11, 2021.
I tried to use a binary mask as the fixed mask to guide the registration, but the log said fMask was unspecified. What Should I do to make the mask work?
The text was updated successfully, but these errors were encountered: