-
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
ENH: Add/update notebooks showing the pixel type support #224
ENH: Add/update notebooks showing the pixel type support #224
Conversation
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, aside from minor inline comment/question.
b80efd2
to
270c4dd
Compare
Hi @N-Dekker, can you also review the notebook to see if it covers the image type functionality added to itk-elastix? |
Thanks @ntatsisk I'll try it out using my latest conda environment 😃 |
No show stoppers, just minor suggestions. |
270c4dd
to
0a60fc5
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for addressing my comments 👍 👍
itk-elastix
>=v0.17.0
supports any scalar pixel type. This PR:ITK_Example09_PointSetAndMaskTransformation
to read the masks asitk.UC
typesEDIT: Part of the code was based on reply #211 (comment) from @NHPatterson