ITKSphinxExamples icon indicating copy to clipboard operation
ITKSphinxExamples copied to clipboard

Create an example for PyImageFilter

Open thewtex opened this issue 7 years ago • 2 comments

https://github.com/InsightSoftwareConsortium/ITK/blob/master/Wrapping/Generators/Python/PyUtils/itkPyImageFilter.h

CC: @fbudin69500

thewtex avatar Dec 20 '18 20:12 thewtex

Are there any "unofficial" examples of how to use this filter. I've been trying to use it. I can get a passed python function to get called, but it's unclear (to me) how I can access the input image or set the output image of the filter. https://discourse.itk.org/t/how-to-use-pyimagefilter/4593

jeffduda avatar Nov 22 '21 23:11 jeffduda

@jeffduda please review this PR: https://github.com/InsightSoftwareConsortium/ITK/pull/3131

thewtex avatar Jan 20 '22 23:01 thewtex