Click or drag to resize

CvInvokeDct Method

http://www.emgu.com
Performs forward or inverse transform of 1D or 2D floating-point array

Namespace:  Emgu.CV
Assembly:  Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.1.3497 (4.1.1.3497)
Syntax
public static void Dct(
	IInputArray src,
	IOutputArray dst,
	DctType flags
)

Parameters

src
Type: Emgu.CVIInputArray
Source array, real 1D or 2D array
dst
Type: Emgu.CVIOutputArray
Destination array of the same size and same type as the source
flags
Type: Emgu.CV.CvEnumDctType
Transformation flags
See Also