EMCovarianMatrixTypeDiagonal Field |
http://www.emgu.com
A covariation matrix of each mixture may be arbitrary diagonal matrix with positive diagonal elements, that is, non-diagonal elements are forced to be 0's, so the number of free parameters is d for each matrix. This is most commonly used option yielding good estimation results
Namespace:
Emgu.CV.ML
Assembly:
Emgu.CV.World.NetStandard (in Emgu.CV.World.NetStandard.dll) Version: 1.0.0
Syntaxpublic const EMCovarianMatrixType Diagonal = 1
Public Const Diagonal As EMCovarianMatrixType = 1
public:
literal EMCovarianMatrixType^ Diagonal = 1
static val mutable Diagonal: EMCovarianMatrixType
Field Value
Type:
EMCovarianMatrixType
See Also