Package org.lsst.fits.imageio
Class EnhancedScalingUtils
java.lang.Object
org.lsst.fits.imageio.EnhancedScalingUtils
The goal of this class is to scale a given set of arbitrary floating or
integer data to a range of RGB values. We do this by histograming the data
and then computing a cdf so that the output RGB value is scaled according to
the frequency of occurrence of the value in the input data.
- Author:
- tonyj