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 AbstractWhiteBalanceAlgorithmWhiteBalance. m_Algorithmthe crop algorithm to use.Methods in adams.data.image.transformer that return AbstractWhiteBalanceAlgorithm Modifier and Type Method Description AbstractWhiteBalanceAlgorithmWhiteBalance. getAlgorithm()Returns the white balance algorithm.Methods in adams.data.image.transformer with parameters of type AbstractWhiteBalanceAlgorithm Modifier and Type Method Description voidWhiteBalance. 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 classGIMPUses 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.classGrayWorldBasic algorithm that incorporates the Gray World assumption, which argues that the average reflectance of scene is achromatic.classNoBalanceDummy white balance algorithm, performs no balancing at all.classWhitePatchBasic algorithm that is based on the Retinex theory of visual color constancy, which argues that perceived white is associated with the maximum cone signals.
-