bundles / skimage 0.26.1rc0.dev0+git20260530.b607368ff / 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-dimensionalThe raveled view of a n-dimensional array.
flags: ndarray, one-dimensionalAn array of flags that is used to store the state of each pixel during evaluation.
neighbor_offsets: ndarrayA one-dimensional array that contains the offsets to find the connected neighbors for any index in
image.start_index: intStart position for the flood-fill.
seed_valueValue of
image[start_index].
Aliases
-
skimage.morphology._flood_fill._flood_fill_equal