craftutils.observation.image.MinMaxInterval.get_limits(values) Return the minimum and maximum value in the interval based on the values provided. Parameters¶ valuesndarrayThe image values. Returns¶ vmin, vmaxfloatThe mininium and maximum image value in the interval.