scipy.ndimage.measurements.watershed_ift¶
- scipy.ndimage.measurements.watershed_ift(input, markers, structure=None, output=None)[source]¶
Apply watershed from markers using a iterative forest transform algorithm.
Negative markers are considered background markers which are processed after the other markers. A structuring element defining the connectivity of the object can be provided. If none is provided, an element is generated with a squared connectivity equal to one. An output array can optionally be provided.
