mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-01 08:02:47 +08:00
b6045a8d5f
Intensity limits are calculated by the initial input image. If this image has, for example, all black pixels, then subsequent overlays will remain all black because of the initialized limits. Set limits based on data type to fix this issue.