Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
BUG: Address bug with small size in output of SliceImageFilter
The size of the output with a non-one step was being floored, instead include an extra index if available. For example for a size of 5 and a step of two the filter will now produce a size of 3. Closes #1177.
- Loading branch information