mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-14 11:18:06 +08:00
`equalize_hist`: "max_intensity" parameter no longer exists---img_as_float normalizes intensity range `cumulative_distribution`: Return centers of bins instead of the edges. Move `histogram` function from filter subpackage. Add test of equalize_hist Add example of histogram equalization.