InsightSoftwareConsortium / InsightSoftwareConsortium/ITK
Functional Python interface returns named outputs
Open
area:Python wrapping
type:Enhancement
- Dominant language
- C++
- Stars
- 1.7k
- Forks
- 748
- Avg merge
- 1d 1h
- Merged PRs (30d)
- 64
Description
### Description
The functional Python interface currently returns indexed outputs, but not names outputs.
### Expected behavior
`itk.minimum_maximum_image_filter` returns the minimum and maximum.
### Actual behavior
Returns `None`.
### Additional Information
Target:
https://github.com/InsightSoftwareConsortium/ITK/blob/8604b898c4036b9918dd3e10f8fe8ff2bca0b1ff/Wrapping/Generators/Python/PyBase/pyBase.i#L326-L339
Contributor guide
Assessment
This issue has not been assessed yet.