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 interfaceSub-interface for 1D DCT implementations operating ondoubledata.static interfaceSub-interface for 1D DCT implementations operating onfloatdata.Classes in imagingbook.spectral.dct that implement Dct1dModifier and TypeClassDescriptionclassCalculates the 1D DFT using tabulated cosine values forfloatordoubledata (see sub-classesDct1dDirect.FloatandDct1dDirect.Double, respectively).static classOne-dimensional DCT implementation usingdoubledata.static classOne-dimensional DCT implementation usingfloatdata.classThis is fast implementation of the DCT, based on the JTransforms package by Piotr Wendykier ( https://github.com/wendykierp/JTransforms).static classOne-dimensional DCT implementation usingdoubledata.static classOne-dimensional DCT implementation usingfloatdata.classCalculates the 1D discrete cosine transform (DFT) ondoubledata.