craftutils.observation.image.LinearStretch.__call__(values, clip=True, out=None)

Transform values using this stretch.

Parameters

valuesarray-like

The input values, which should already be normalized to the [0:1] range.

clipbool, optional

If True (default), values outside the [0:1] range are clipped to the [0:1] range.

outndarray, optional

If specified, the output values will be placed in this array (typically used for in-place calculations).

Returns

resultndarray

The transformed values.