Click or drag to resize

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
Syntax
public const EMCovarianMatrixType Diagonal = 1

Field Value

Type: EMCovarianMatrixType
See Also