InsightSoftwareConsortium / InsightSoftwareConsortium/ITK
SplitComponents: SplitComponents does not work properly with VectorImage or RGB in Python
Open
- Dominant language
- C++
- Stars
- 1.7k
- Forks
- 748
- Avg merge
- 1d 1h
- Merged PRs (30d)
- 64
Description
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: https://github.com/InsightSoftwareConsortium/ITKSplitComponents/issues/73 (archived repository). Credit: @dzenanz.
Contributor guide
Assessment
This issue has not been assessed yet.