Click or drag to resize

PcaType Enumeration

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
Members
  Member nameValueDescription
DataAsRow0 the vectors are stored as rows (i.e. all the components of a certain vector are stored continously)
DataAsCol1 the vectors are stored as columns (i.e. values of a certain vector component are stored continuously)
UseAvg2 use pre-computed average vector
See Also