equalize_hist(image, nbins=256, mask=None)
This function is adapted from with the author's permission.
Image array.
Number of bins for image histogram. Note: this argument is ignored for integer images, for which each integer is its own bin.
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.
Image array after histogram equalization.
Return image after histogram equalization.
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
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