An OpImage implementing the "Log" operation as
described in javax.media.jai.operator.LogDescriptor .
This OpImage takes the natural logarithm of the pixel
values of an image. The operation is done on a per-pixel, per-band
basis.
For all integral data types, the log of 0 is set to 0. For
signed integral data types (short and int ),
the log of a negative pixel value is set to -1.
For all floating point data types ((float and
double ), the log of 0 is set to -Infinity ,
and the log of a negative pixel value is set to NaN .
See Also: javax.media.jai.operator.LogDescriptor See Also: LogCRIF since: EA2 |