skimage 0.17.2

Parameters

Parameters

image : array of arbitrary type

The flattened image pixels.

output : array of the same shape and type as image.

The output image must contain only ones.

parent : array of int

Image of the same shape as the input image. The value at each pixel is the parent index of this pixel in the max-tree reprentation.

sorted_indices : array of int

List of length = number of pixels. Each element corresponds to one pixel index in the image. It encodes the order of elements in the tree: a parent of a pixel always comes before the element itself. More formally: i < j implies that j cannot be the parent of i.

Find the local maxima in image from the max-tree representation.

Examples

See :

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: