skimage 0.17.2

ParametersBackRef

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 :None:None:`image`.

start_index : int

Start position for the flood-fill.

seed_value :

Value of image[start_index] .

low_tol :

Lower limit for tolerance comparison.

high_tol :

Upper limit for tolerance comparison.

Find connected areas to fill, within a tolerance.

Examples

See :

Back References

The following pages refer to to this document either explicitly or contain code examples using this.

skimage.morphology._flood_fill.flood_fill skimage.morphology._flood_fill.flood

Local connectivity graph

Hover to see nodes names; edges to Self not shown, Caped at 50 nodes.

Using a canvas is more power efficient and can get hundred of nodes ; but does not allow hyperlinks; , arrows or text (beyond on hover)

SVG is more flexible but power hungry; and does not scale well to 50 + nodes.

All aboves nodes referred to, (or are referred from) current nodes; Edges from Self to other have been omitted (or all nodes would be connected to the central node "self" which is not useful). Nodes are colored by the library they belong to, and scaled with the number of references pointing them


File: None#None
type: <class 'fused_cython_function'>
Commit: