Enum PCA.Flags
- Namespace
- OpenCvSharp
- Assembly
- OpenCvSharp.dll
Flags for PCA operations
[Flags]
public enum PCA.Flags
Fields
DataAsCol = 1The vectors are stored as columns (i.e. values of a certain vector component are stored continuously)
DataAsRow = 0The vectors are stored as rows (i.e. all the components of a certain vector are stored continously)
UseAvg = 2Use pre-computed average vector