performs forward or inverse 1D or 2D Discrete Cosine Transformation
Namespace: OpenCvSharp.CPlusPlus
Assembly: OpenCvSharp.CPlusPlus (in OpenCvSharp.CPlusPlus.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Parameters
- flags (Optional)
- Type: OpenCvSharp.CPlusPlusDctFlag2
Transformation flags, a combination of DctFlag2 values
Return Value
Type: MatThe destination array; will have the same size and same type as src
See Also