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 ScalingTypeReinterpretDescriptor. EXPONENTIALExponential scaling type: source samples are scaled linearly and then raised to the power of 10.static ScalingTypeReinterpretDescriptor. LINEARThe default scaling type: source samples are scaled linearly.static ScalingTypeReinterpretDescriptor. LOGARITHMICLogarithmic 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.RenderedOpReinterpretDescriptor. create(RenderedImage source, double factor, double offset, ScalingType scalingType, InterpretationType interpretationType, RenderingHints hints)Reinterprets an image.static intReinterpretDescriptor. 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.
-