-
Notifications
You must be signed in to change notification settings - Fork 69
ENH: Migrate example itkGrayscaleFunctionDilateImageFilter #374
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
base: master
Are you sure you want to change the base?
ENH: Migrate example itkGrayscaleFunctionDilateImageFilter #374
Conversation
This is in draft mode, I want to add an equivalent python code as well. |
Python Wrapping for module |
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.
Looking great, thank you @jadh4v !
src/Filtering/MathematicalMorphology/DilateUsingFunctionalGrayscale/CMakeLists.txt
Show resolved
Hide resolved
@jadh4v Would you be willing to add the wrappings for |
@jadh4v Please run |
afed4d5
to
db06348
Compare
db06348
to
50964ff
Compare
Done. Also added the python code and added it to documentation. |
458dca4
to
e02d467
Compare
@tbirdso please re-run the pipeline now. I fixed the linting for python too. |
@jadh4v Two documentation warnings via CDash:
Resolution: Extend the title underline in
Resolution: Please add a reference to |
Hi @jadh4v , Could you please rebase on |
e02d467
to
e857cb6
Compare
* Migrate the itkGrayscaleFunctionDilateImageFilter.cxx example from `ITK/Examples/Filtering` to `ITKSphinxExamples/src/Filtering/MathematicalMorphology/DilateAGrayscaleImage`. * Add new baseline output image as `OutputBaseline.png`. * Add an equivalent python implementation of the example.
I am going to resurrect this PR and see if we can merge this soon. |
e857cb6
to
5067bf1
Compare
Migrate the itkGrayscaleFunctionDilateImageFilter.cxx example from
ITK/Examples/Filtering
toITKSphinxExamples/src/Filtering/MathematicalMorphology/DilateAGrayscaleImage
. New baseline output image added asOutputBaseline.png
as it didn't exist in ITK before.The baseline output image for testing was added to Girder (data.kitware.com) in a personal public folder here:
https://data.kitware.com/#item/6287b8184acac99f42cf8abb
Partially addresses #371