Enum PCA.Flags
Flags for PCA operations
Namespace: OpenCvSharp
Assembly: OpenCvSharp.dll
Syntax
public enum Flags
Fields
Name | Description |
---|---|
DataAsCol | The vectors are stored as columns (i.e. values of a certain vector component are stored continuously) |
DataAsRow | The vectors are stored as rows (i.e. all the components of a certain vector are stored continously) |
UseAvg | Use pre-computed average vector |