Click or drag to resize

MatDct Method

performs forward or inverse 1D or 2D Discrete Cosine Transformation

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public Mat Dct(
	DctFlags flags = DctFlags.None
)

Parameters

flags (Optional)
Type: OpenCvSharpDctFlags
Transformation flags, a combination of DctFlag2 values

Return Value

Type: Mat
The destination array; will have the same size and same type as src
See Also