{ } Raw JSON

bundles / skimage latest / skimage / morphology / _flood_fill_cy / _flood_fill_equal

fused_cython_function

skimage.morphology._flood_fill_cy:_flood_fill_equal

Signature

def   _flood_fill_equal ( image flags neighbor_offsets start_index seed_value )

Summary

Find connected areas to fill, requiring strict equality.

Parameters

image : ndarray, one-dimensional

The raveled view of a n-dimensional array.

flags : ndarray, one-dimensional

An array of flags that is used to store the state of each pixel during evaluation.

neighbor_offsets : ndarray

A one-dimensional array that contains the offsets to find the connected neighbors for any index in image.

start_index : int

Start position for the flood-fill.

seed_value

Value of image[start_index].

Aliases

  • skimage.morphology._flood_fill._flood_fill_equal