The SplitComponents module was ingested into ITK from the (now archived) ITKSplitComponents remote module. This issue tracks, in ITK proper, the work originally filed as InsightSoftwareConsortium/ITKSplitComponents#73 by @dzenanz (2023-08-23).
With 2D RGB or VectorImages, images = itk.split_components_image_filter(image) produces a list of length 2, instead of 3 for RGB, and N for VectorImage.
Original report: InsightSoftwareConsortium/ITKSplitComponents#73 (archived repository). Credit: @dzenanz.
The
SplitComponentsmodule was ingested into ITK from the (now archived)ITKSplitComponentsremote module. This issue tracks, in ITK proper, the work originally filed as InsightSoftwareConsortium/ITKSplitComponents#73 by @dzenanz (2023-08-23).With 2D RGB or VectorImages,
images = itk.split_components_image_filter(image)produces a list of length 2, instead of 3 for RGB, and N forVectorImage.Original report: InsightSoftwareConsortium/ITKSplitComponents#73 (archived repository). Credit: @dzenanz.