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
doubledata.Sub-interface for 1D DCT implementations operating onfloatdata.Calculates the 1D DFT using tabulated cosine values forfloatordoubledata (see sub-classesDct1dDirect.FloatandDct1dDirect.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 ondoubledata.Sub-interface for 2D DCT implementations operating onfloatdata.Direct (slow) implementation of the 2-dimensional DCT using tabulated cosine values.Fast implementation of the 2-dimensional DCT.