We (@kate-bowers-broad and I) have been finding while we work on 3D pipelines that there are many image and object modules that we think would be helpful to have in 2.5D support (and by 2.5D we mean doing math on a slice at a time, independent of other slices).
This would include:
- adding "Supports 2.5D?" to ALL module docs
- adding setting to modules that work in 2.5D and 3D. Something like "apply per-plane"
- adding in the actual 2.5D support
- clarifying in CP docs the difference between 2.5D and 3D
I think there are modules that already do have 2.5D and 3D support. e.g. DilateObjects, ErodeObjects, DilateImage, or ErodeImage depending on which structural element you pick, though this is NOT well documented
I've filed a PR for adding 2.5D to GaussianFilter #5172
We (@kate-bowers-broad and I) have been finding while we work on 3D pipelines that there are many image and object modules that we think would be helpful to have in 2.5D support (and by 2.5D we mean doing math on a slice at a time, independent of other slices).
This would include:
I think there are modules that already do have 2.5D and 3D support. e.g.
DilateObjects,ErodeObjects,DilateImage, orErodeImagedepending on which structural element you pick, though this is NOT well documentedI've filed a PR for adding 2.5D to
GaussianFilter#5172