Uses of Interface
imagingbook.spectral.dct.Dct2d
Packages that use Dct2d
Package
Description
1D and 2D implementations of the Discrete Cosine Transform.
-
Uses of Dct2d in imagingbook.spectral.dct
Subinterfaces of Dct2d in imagingbook.spectral.dctModifier and TypeInterfaceDescriptionstatic interfaceSub-interface for 2D DCT implementations operating ondoubledata.static interfaceSub-interface for 2D DCT implementations operating onfloatdata.Classes in imagingbook.spectral.dct that implement Dct2dModifier and TypeClassDescriptionclassDirect (slow) implementation of the 2-dimensional DCT using tabulated cosine values.static classTwo-dimensional DCT implementation usingdoubledata.static classTwo-dimensional DCT implementation usingfloatdata.classFast implementation of the 2-dimensional DCT.static classTwo-dimensional DCT implementation usingdoubledata.static classTwo-dimensional DCT implementation usingfloatdata.