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