C# 클래스 QuadVideo.DCTProcessor

파일 보기 프로젝트 열기: Wiladams/NewTOAPIA

공개 메소드들

메소드 설명
CalculateBasis ( int N ) : ].double[
DCTProcessor ( GraphicsInterface gi, int width, int height ) : System
ForwardDCT ( GLTexture sourceImage ) : GLTexture

메소드 상세

CalculateBasis() 공개 메소드

public CalculateBasis ( int N ) : ].double[
N int
리턴 ].double[

DCTProcessor() 공개 메소드

public DCTProcessor ( GraphicsInterface gi, int width, int height ) : System
gi NewTOAPIA.GL.GraphicsInterface
width int
height int
리턴 System

ForwardDCT() 공개 메소드

public ForwardDCT ( GLTexture sourceImage ) : GLTexture
sourceImage NewTOAPIA.GL.GLTexture
리턴 NewTOAPIA.GL.GLTexture