skimage 0.17.2

NotesParametersReturnsBackRef
equalize_hist(image, nbins=256, mask=None)

Notes

This function is adapted from with the author's permission.

Parameters

image : array

Image array.

nbins : int, optional

Number of bins for image histogram. Note: this argument is ignored for integer images, for which each integer is its own bin.

mask: ndarray of bools or 0s and 1s, optional :

Array of same shape as :None:None:`image`. Only points at which mask == True are used for the equalization, which is applied to the whole image.

Returns

out : float array

Image array after histogram equalization.

Return image after histogram equalization.

Examples

See :

Back References

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

skimage.feature.blob.blob_log skimage.exposure._adapthist.equalize_adapthist skimage.exposure.exposure.rescale_intensity

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: /skimage/exposure/exposure.py#187
type: <class 'function'>
Commit: