Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
BUG: Filters avoid extra copies when operating on NumPy arrays
Following #1774, it is safe to return a NumPy array view of the output itk.Image. This prevents an extra memory allocation and copy.
- Loading branch information