Uses of Package
imagingbook.spectral.dct
Packages that use imagingbook.spectral.dct
Package
Description
1D and 2D implementations of the Discrete Cosine Transform.
-
Classes in imagingbook.spectral.dct used by imagingbook.spectral.dctClassDescriptionInterface specifying all one-dimensional DCT implementations.Sub-interface for 1D DCT implementations operating on
double
data.Sub-interface for 1D DCT implementations operating onfloat
data.Calculates the 1D DFT using tabulated cosine values forfloat
ordouble
data (see sub-classesDct1dDirect.Float
andDct1dDirect.Double
, respectively).This is fast implementation of the DCT, based on the JTransforms package by Piotr Wendykier ( https://github.com/wendykierp/JTransforms).Common interface for all 2D DCT implementations.Sub-interface for 2D DCT implementations operating ondouble
data.Sub-interface for 2D DCT implementations operating onfloat
data.Direct (slow) implementation of the 2-dimensional DCT using tabulated cosine values.Fast implementation of the 2-dimensional DCT.