Maven module :un.api : api-math :
Class :
un.impl.math.transform.DCT
Extends/Implements : -
Subclasses : -
Variables : -
Functions :
DCT,
dct,
idct,
idct
public void
DCT (int size)
public double[][]
dct (double[][] pixel, double[][] dct)
public void
idct (float[] dct)
public void
idct (double[][] dct, double[][] pixel)
http://fr.wikipedia.org/wiki/Compression_JPEG
This implementation is not thread safe.
author Johann Sorel