An
OpImage
implementing the forward and inverse even discrete cosine transform (DCT) operations as described in
javax.media.jai.operator.DCTDescriptor
and
javax.media.jai.operator.IDCTDescriptor
.
The DCT operation is implemented using a one-dimensional fast cosine transform (FCT) which is applied successively to the rows and the columns of the image. All image dimensions are enlarged to the next positive power of 2 greater than or equal to the respective dimension unless the dimension is unity in which case it is not modified. Source image values are padded with zeros when the dimension is smaller than the output power-of-2 dimension.
@since EA3
@see javax.media.jai.UntiledOpImage
@see javax.media.jai.operator.DCTDescriptor
@see javax.media.jai.operator.IDCTDescriptor