Consistent equalization on set of images

Steven Silvester steven.silvester at gmail.com
Wed May 28 19:44:42 EDT 2014


There is no way to do either directly, however:

1.  You could take the mean of all images and apply the equalization to that image.
2.  If you know the affected region you could just set the pixels in that region to the mean count in the image or take the pixels directly from an image that does not have the bright spot.  Then run the equalization on that image.


More information about the scikit-image mailing list