Click or drag to resize

Cv2Idct Method

Performs inverse 1D or 2D Discrete Cosine Transformation

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static void Idct(
	InputArray src,
	OutputArray dst,
	DctFlags flags = DctFlags.None
)

Parameters

src
Type: OpenCvSharpInputArray
The source floating-point array
dst
Type: OpenCvSharpOutputArray
The destination array; will have the same size and same type as src
flags (Optional)
Type: OpenCvSharpDctFlags
Transformation flags, a combination of DctFlag2 values
See Also