mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-22 13:00:09 +08:00
This applies `adapt_rgb` to `equalize_adapthist` and removes the special-casing of RGB images in that function. Note that tests of `adapt_rgb` fail because some type conversion and intensity scaling were added to pass tests for `equalize_adapthist`.