http://www.emgu.com
PCA Type
Namespace:
Emgu.CV.CvEnum
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.1.3497 (4.1.1.3497)
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