ENH: add SmoothImageWithDiscreteGaussianFilter python example#372
ENH: add SmoothImageWithDiscreteGaussianFilter python example#372RomanFenioux wants to merge 3 commits intoInsightSoftwareConsortium:mainfrom
Conversation
tbirdso
left a comment
There was a problem hiding this comment.
Great start! Please see comments for Pythonic equivalents of ITK filters.
src/Filtering/Smoothing/SmoothImageWithDiscreteGaussianFilter/Code.py
Outdated
Show resolved
Hide resolved
thewtex
left a comment
There was a problem hiding this comment.
@RomanFenioux well done!!
CI is failing because it expects an image for the test.
Exception detected while reading /home/runner/work/bld/ITKEx-build/src/Filtering/Smoothing/SmoothImageWithDiscreteGaussianFilter/SmoothImageWithDiscreteGaussianFilterPython.png :
itk::ImageFileReaderException (0x5594a8e5f4d0)
Location: "unknown"
File: /home/runner/work/bld/ITK/Modules/IO/ImageBase/include/itkImageFileReader.hxx
Line: 132
Description: Could not create IO object for reading file /home/runner/work/bld/ITKEx-build/src/Filtering/Smoothing/SmoothImageWithDiscreteGaussianFilter/SmoothImageWithDiscreteGaussianFilterPython.png
The file doesn't exist.
Filename = /home/runner/work/bld/ITKEx-build/src/Filtering/Smoothing/SmoothImageWithDiscreteGaussianFilter/SmoothImageWithDiscreteGaussianFilterPython.png
Exception detected while reading /home/runner/work/bld/ITKEx-build/src/Filtering/Smoothing/SmoothImageWithDiscreteGaussianFilter/SmoothImageWithDiscreteGaussianFilterPython.png :
itk::ImageFileReaderException (0x5594a8e5d740)
Location: "unknown"
File: /home/runner/work/bld/ITK/Modules/IO/ImageBase/include/itkImageFileReader.hxx
Line: 132
Description: Could not create IO object for reading file /home/runner/work/bld/ITKEx-build/src/Filtering/Smoothing/SmoothImageWithDiscreteGaussianFilter/SmoothImageWithDiscreteGaussianFilterPython.png
The file doesn't exist.
Filename = /home/runner/work/bld/ITKEx-build/src/Filtering/Smoothing/SmoothImageWithDiscreteGaussianFilter/SmoothImageWithDiscreteGaussianFilterPython.png
For more information on how to add this image, please see the other examples and the documentation here: https://examples.itk.org/documentation/contribute/uploadbinarydata
|
Hi @thewtex |
|
Hi @RomanFenioux looking great! Could you please rebase on |
43ae8c1 to
afa5c63
Compare
No description provided.