NifTK / NiftyNet

[unmaintained] An open-source convolutional neural networks platform for research in medical image analysis and image-guided therapy
http://niftynet.io
Apache License 2.0
1.36k stars 404 forks source link

Issue #284 Adding capability to pad uniform sampler when resample space includes out of range areas #361

Closed atbenmurray closed 5 years ago

atbenmurray commented 5 years ago

Status

READY

Description

As per issue #284, provide a flag that allows the user to specify that they would like any dimension of the data that doesn't fit the window to be centred and padded.

Types of changes

*1 Ideally, needs test extensions

Todos

Impacted Areas in Application

List general components of the application that this PR will affect:

atbenmurray commented 5 years ago

Closing in favor of Zach's pre-processing layer approach. New PR to follow