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 interface
Sub-interface for 2D DCT implementations operating ondouble
data.static interface
Sub-interface for 2D DCT implementations operating onfloat
data.Classes in imagingbook.spectral.dct that implement Dct2dModifier and TypeClassDescriptionclass
Direct (slow) implementation of the 2-dimensional DCT using tabulated cosine values.static class
Two-dimensional DCT implementation usingdouble
data.static class
Two-dimensional DCT implementation usingfloat
data.class
Fast implementation of the 2-dimensional DCT.static class
Two-dimensional DCT implementation usingdouble
data.static class
Two-dimensional DCT implementation usingfloat
data.