Show / Hide Table of Contents

Enum DctFlags

Transformation flags for cv::dct

Namespace: OpenCvSharp
Assembly: OpenCvSharp.dll
Syntax
public enum DctFlags

Fields

Name Description
Inverse

Do inverse 1D or 2D transform. (Forward and Inverse are mutually exclusive, of course.)

None
Rows

Do forward or inverse transform of every individual row of the input matrix. This flag allows user to transform multiple vectors simultaneously and can be used to decrease the overhead (which is sometimes several times larger than the processing itself), to do 3D and higher-dimensional transforms etc. [CV_DXT_ROWS]

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX