clinicadl.transforms.config.ResizeConfig¶
- clinicadl.transforms.config.ResizeConfig[source]¶
Config class for
torchio.transforms.Resize.The keys of the input
DataPointon which the transforms will be applied can be specified viainclude(only these keys will be transformed) orexclude(all the keys except these ones will be transformed).copyargument determines if the raw inputDataPointwill be returned (False), or a copy (True).-
parameter image_interpolation:
InterpolationMode= 'linear'¶
-
parameter label_interpolation:
InterpolationMode= 'nearest'¶
- parameter include: Optional[Sequence[str]] = None¶
- parameter exclude: Optional[Sequence[str]] = None¶
- parameter copy_: bool = False (alias 'copy')¶
-
parameter image_interpolation: