C# Class QuadVideo.DCTProcessor

Afficher le fichier Open project: Wiladams/NewTOAPIA

Méthodes publiques

Méthode Description
CalculateBasis ( int N ) : ].double[
DCTProcessor ( GraphicsInterface gi, int width, int height ) : System
ForwardDCT ( GLTexture sourceImage ) : GLTexture

Method Details

CalculateBasis() public méthode

public CalculateBasis ( int N ) : ].double[
N int
Résultat ].double[

DCTProcessor() public méthode

public DCTProcessor ( GraphicsInterface gi, int width, int height ) : System
gi NewTOAPIA.GL.GraphicsInterface
width int
height int
Résultat System

ForwardDCT() public méthode

public ForwardDCT ( GLTexture sourceImage ) : GLTexture
sourceImage NewTOAPIA.GL.GLTexture
Résultat NewTOAPIA.GL.GLTexture