pyorc.Frames.minmax#
- Frames.minmax(min=-inf, max=inf)[source]#
Minimum / maximum intensity filter.
All pixels will be thresholded to a minimum and maximum value.
- Parameters:
min (float, optional) – minimum value to bound intensities to. If not provided, no minimum bound is used.
max (float, optional) – maximum value to bound intensities to. If not provided, no maximum bound is used.
- Returns:
Treated frames
- Return type:
xr.DataArray