Add convolution streaming pipeline notebook #353
Labels
Good first issue
A good issue for community members new to contributing
language:C++
Changes to C++ examples
language:Python
Changes to Python examples
Create a notebook example demonstrating how operations on large image input can be streamed in smaller, manageable chunks. Suggest reading from an .mha image (which supports streaming) and performing at least one convolution stage to demonstrate streaming behavior.
Reference Stream a Pipeline and itkConvolutionImageFilterStreamingTest. May be a slightly more challenging first issue, but a good way to learn the details about how the ITK pipeline model works.
The text was updated successfully, but these errors were encountered: