block by biovisualize c31c5eb3bf1c5a72bde9

Histogram Equalization

Full Screen

An histogram equalization is a way to enhance local contrasts in an image by using an histogram of its values. I explain the idea in this blog post Here I use d3.scale.quantile for bucketing, inspired by these nice algorithms explained here.

index.html