Enum PcaFlags
Specifies operation flags for CalcPCA(Arr, Arr, Arr, Arr, PcaFlags).
Namespace: OpenCV.Net
Assembly: OpenCV.Net.dll
Syntax
public enum PcaFlags : int
Fields
Name | Description |
---|---|
DataAsCol | Specifies whether input vectors are stored as columns of the input matrix. |
DataAsRow | Specifies whether input vectors are stored as rows of the input matrix. |
UseAvg | Specifies whether the precomputed average is passed as a parameter. |