ENH: Migrate example itkGrayscaleFunctionDilateImageFilter#374
ENH: Migrate example itkGrayscaleFunctionDilateImageFilter#374jadh4v wants to merge 4 commits intoInsightSoftwareConsortium:mainfrom
Conversation
|
This is in draft mode, I want to add an equivalent python code as well. |
Python Wrapping for module |
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/FilteringtoITKSphinxExamples/src/Filtering/MathematicalMorphology/DilateAGrayscaleImage. New baseline output image added asOutputBaseline.pngas 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