Click or drag to resize

PCAFlags Enumeration

Flags for PCA operations

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
[FlagsAttribute]
public enum Flags
Members
  Member nameValueDescription
DataAsRow0 The vectors are stored as rows (i.e. all the components of a certain vector are stored continously)
DataAsCol1 The vectors are stored as columns (i.e. values of a certain vector component are stored continuously)
UseAvg2 Use pre-computed average vector
See Also