Open
Description
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.