public class DCT
extends java.lang.Object
The current class is the AAN implementation which can be found at: Y.Arai, T.Agui, M.Nakajima, A Fast DCT-SQ Scheme for Images, Trans. of the IEICE.E 71(11):1095(Nov.1988)
Modifier and Type | Method and Description |
---|---|
static float[][] |
forwardDCT(float[][] input) |
static float[][] |
inverseDCT(float[][] input) |