http://www.emgu.com
Do not calc average (i.e. mean vector) - use the input vector instead
(useful for calculating covariance matrix by parts)
Namespace:
Emgu.CV.CvEnum
Assembly:
Emgu.CV.World.NetStandard (in Emgu.CV.World.NetStandard.dll) Version: 1.0.0
Syntaxpublic const CovarMethod UseAvg = 2
Public Const UseAvg As CovarMethod = 2
public:
literal CovarMethod^ UseAvg = 2
static val mutable UseAvg: CovarMethod
Field Value
Type:
CovarMethod
See Also