Uses of Class
com.bc.ceres.jai.operator.ScalingType
-
Packages that use ScalingType Package Description com.bc.ceres.jai.operator -
-
Uses of ScalingType in com.bc.ceres.jai.operator
Fields in com.bc.ceres.jai.operator declared as ScalingType Modifier and Type Field Description static ScalingType
ReinterpretDescriptor. EXPONENTIAL
Exponential scaling type: source samples are scaled linearly and then raised to the power of 10.static ScalingType
ReinterpretDescriptor. LINEAR
The default scaling type: source samples are scaled linearly.static ScalingType
ReinterpretDescriptor. LOGARITHMIC
Logarithmic scaling type: source samples are scaled linearly and then their logarithms to the basis of 10 are computed.Methods in com.bc.ceres.jai.operator with parameters of type ScalingType Modifier and Type Method Description static javax.media.jai.RenderedOp
ReinterpretDescriptor. create(RenderedImage source, double factor, double offset, ScalingType scalingType, InterpretationType interpretationType, RenderingHints hints)
Reinterprets an image.static int
ReinterpretDescriptor. getTargetDataType(int sourceDataType, double factor, double offset, ScalingType scalingType, InterpretationType interpretationType)
Returns the target data type for a given source data type and reinterpretation properties.
-