Uses of Class
adams.data.image.transformer.whitebalance.AbstractWhiteBalanceAlgorithm
-
Packages that use AbstractWhiteBalanceAlgorithm Package Description adams.data.image.transformer adams.data.image.transformer.whitebalance -
-
Uses of AbstractWhiteBalanceAlgorithm in adams.data.image.transformer
Fields in adams.data.image.transformer declared as AbstractWhiteBalanceAlgorithm Modifier and Type Field Description protected AbstractWhiteBalanceAlgorithm
WhiteBalance. m_Algorithm
the crop algorithm to use.Methods in adams.data.image.transformer that return AbstractWhiteBalanceAlgorithm Modifier and Type Method Description AbstractWhiteBalanceAlgorithm
WhiteBalance. getAlgorithm()
Returns the white balance algorithm.Methods in adams.data.image.transformer with parameters of type AbstractWhiteBalanceAlgorithm Modifier and Type Method Description void
WhiteBalance. setAlgorithm(AbstractWhiteBalanceAlgorithm value)
Sets the white balance algorithm. -
Uses of AbstractWhiteBalanceAlgorithm in adams.data.image.transformer.whitebalance
Subclasses of AbstractWhiteBalanceAlgorithm in adams.data.image.transformer.whitebalance Modifier and Type Class Description class
GIMP
Uses the algorithm for white balancing as used by GIMP.
The White Balance command automatically adjusts the colors by stretching the Red, Green and Blue channels separately.class
GrayWorld
Basic algorithm that incorporates the Gray World assumption, which argues that the average reflectance of scene is achromatic.class
NoBalance
Dummy white balance algorithm, performs no balancing at all.class
WhitePatch
Basic algorithm that is based on the Retinex theory of visual color constancy, which argues that perceived white is associated with the maximum cone signals.
-