CvInvokeCalcCovarMatrix Method |
Namespace: Emgu.CV
public static void CalcCovarMatrix( IInputArray samples, IOutputArray covar, IInputOutputArray mean, CovarMethod flags, DepthType ctype = 6 )
Public Shared Sub CalcCovarMatrix ( samples As IInputArray, covar As IOutputArray, mean As IInputOutputArray, flags As CovarMethod, Optional ctype As DepthType = 6 )
public: static void CalcCovarMatrix( IInputArray^ samples, IOutputArray^ covar, IInputOutputArray^ mean, CovarMethod^ flags, DepthType^ ctype = 6 )
static member CalcCovarMatrix : samples : IInputArray * covar : IOutputArray * mean : IInputOutputArray * flags : CovarMethod * ?ctype : DepthType (* Defaults: let _ctype = defaultArg ctype 6 *) -> unit
2019 Emgu Corporation, All Rights Reserved,