http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
PCA Type
Namespace: Emgu.CV.CvEnumAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
[FlagsAttribute] public enum PCA_TYPE |
Visual Basic |
---|
<FlagsAttribute> _ Public Enumeration PCA_TYPE |
Visual C++ |
---|
[FlagsAttribute] public enum class PCA_TYPE |
Members
Member name | Value | Description | |
---|---|---|---|
CV_PCA_DATA_AS_ROW | 0 | the vectors are stored as rows (i.e. all the components of a certain vector are stored continously) | |
CV_PCA_DATA_AS_COL | 1 | the vectors are stored as columns (i.e. values of a certain vector component are stored continuously) | |
CV_PCA_USE_AVG | 2 | use pre-computed average vector |