Uses of Interface
cz.cuni.jagrlib.iface.DiscreteTransform

Packages that use DiscreteTransform
cz.cuni.jagrlib Core JaGrLib package. 
cz.cuni.jagrlib.piece Public modules (building blocks of JaGrLib compositions). 
 

Uses of DiscreteTransform in cz.cuni.jagrlib
 

Classes in cz.cuni.jagrlib that implement DiscreteTransform
 class DefaultDiscreteTransform
          Default implementation of DiscreteTransform interface. 2D transforms are based on 1D ones (separable extension).
 

Uses of DiscreteTransform in cz.cuni.jagrlib.piece
 

Classes in cz.cuni.jagrlib.piece that implement DiscreteTransform
 class DCT
          Discrete cosine transform (can process 1D or 2D data of arbitrary size).
 

Methods in cz.cuni.jagrlib.piece with parameters of type DiscreteTransform
protected  void CompressedFormatTransform.checkBlockSize(DiscreteTransform transform, int width, int height)