clinicadl.transforms.config.RemoveSmallObjectsConfig¶
- clinicadl.transforms.config.RemoveSmallObjectsConfig[source]¶
Config class for
monai.transforms.RemoveSmallObjects.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 min_size: PositiveInt = 64¶
- parameter connectivity: Optional[PositiveInt] = 1¶
- parameter independent_channels: bool = True¶
- parameter by_measure: bool = False¶
- parameter pixdim: Optional[Union[PositiveFloat, list[PositiveFloat]]] = None¶
- parameter include: Optional[Sequence[str]] = None¶
- parameter exclude: Optional[Sequence[str]] = None¶
- parameter copy_: bool = False (alias 'copy')¶