Method__call__(self, input_, start=0, end=None, threading=False, lazy: bool | None = None)
monai/transforms/compose.py:374
Method__call__(self, data, start=0, end=None, threading=False, lazy: bool | None = None)
monai/transforms/compose.py:508
Method__call__(self, input_, start=0, end=None, threading=False, lazy: bool | None = None)
monai/transforms/compose.py:604
Method__call__(self, data, start=0, end=None, threading=False, lazy: bool | None = None)
monai/transforms/compose.py:768
Method__call__ Args: data: Expects image/label to have dimensions (C, H, W) or (C, H, W, D), where C is the channel.
monai/transforms/intensity/dictionary.py:1599
Method__call__ Apply transform to `img`. Assumes data is in channel-first form. Args: img: image with dimensions (C, H, W) or (C, H, W,
monai/transforms/intensity/array.py:2245
Method__call__Compute confidence map from an ultrasound image. Args: img (ndarray or Tensor): Ultrasound image of shape [1, H, W] or [1, D, H,
monai/transforms/intensity/array.py:2869