http://www.emgu.com
PCA Type
Namespace:
Emgu.CV.CvEnum
Assembly:
Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntax[FlagsAttribute]
public enum PcaType
<FlagsAttribute>
Public Enumeration PcaType
[FlagsAttribute]
public enum class PcaType
[<FlagsAttribute>]
type PcaType
Members
| Member name | Value | Description |
---|
| DataAsRow | 0 |
the vectors are stored as rows (i.e. all the components of a certain vector are stored continously)
|
| DataAsCol | 1 |
the vectors are stored as columns (i.e. values of a certain vector component are stored continuously)
|
| UseAvg | 2 |
use pre-computed average vector
|
See Also