class ImageInterpolation[source]
get_max_frames()[source]
get_plugin_pattern()[source]
imresize(data, size, interp, mode)[source]

Provides an imresize implementation, as it is removed from scipy 1.3.0 Uses PIL.Image, following docs advice from https://docs.scipy.org/doc/scipy-1.2.1/reference/generated/scipy.misc.imresize.html

process_frames(data)[source]

This method is called after the plugin has been created by the pipeline framework and forms the main processing step

Parameters

data (list(np.array)) – A list of numpy arrays for each input dataset.

setup()[source]

This method is first to be called after the plugin has been created. It determines input/output datasets and plugin specific dataset information such as the pattern (e.g. sinogram/projection).