Uses of Interface
imagingbook.spectral.dct.Dct1d
Packages that use Dct1d
Package
Description
1D and 2D implementations of the Discrete Cosine Transform.
-
Uses of Dct1d in imagingbook.spectral.dct
Subinterfaces of Dct1d in imagingbook.spectral.dctModifier and TypeInterfaceDescriptionstatic interface
Sub-interface for 1D DCT implementations operating ondouble
data.static interface
Sub-interface for 1D DCT implementations operating onfloat
data.Classes in imagingbook.spectral.dct that implement Dct1dModifier and TypeClassDescriptionclass
Calculates the 1D DFT using tabulated cosine values forfloat
ordouble
data (see sub-classesDct1dDirect.Float
andDct1dDirect.Double
, respectively).static class
One-dimensional DCT implementation usingdouble
data.static class
One-dimensional DCT implementation usingfloat
data.class
This is fast implementation of the DCT, based on the JTransforms package by Piotr Wendykier ( https://github.com/wendykierp/JTransforms).static class
One-dimensional DCT implementation usingdouble
data.static class
One-dimensional DCT implementation usingfloat
data.class
Calculates the 1D discrete cosine transform (DFT) ondouble
data.