Table of Contents

Enum PCA.Flags

Namespace
OpenCvSharp
Assembly
OpenCvSharp.dll

Flags for PCA operations

[Flags]
public enum PCA.Flags

Fields

DataAsCol = 1

The vectors are stored as columns (i.e. values of a certain vector component are stored continuously)

DataAsRow = 0

The vectors are stored as rows (i.e. all the components of a certain vector are stored continously)

UseAvg = 2

Use pre-computed average vector