niftynet.contrib.niftyreg_image_resampling.tests.test_python_wrapper module

class WrapperResamplerTest(methodName='runTest')[source]

Bases: niftynet.contrib.niftyreg_image_resampling.tests.test_resampler.ResamplerTest

Unit test for NiftyregImageResamplingLayer

INTERPOLATIONS = ((0, 'NEAREST'), (1, 'LINEAR'), (3, 'BSPLINE'))
test_cpu_differential()[source]
test_gpu_differential()[source]
test_image_gradient()[source]
test_cpu_resampling()[source]
test_gpu_resampling()[source]