CvInvokeMulTransposed Method |
Namespace: Emgu.CV
public static void MulTransposed( IInputArray src, IOutputArray dst, bool aTa, IInputArray delta = null, double scale = 1, DepthType dtype = DepthType.Default )
Public Shared Sub MulTransposed ( src As IInputArray, dst As IOutputArray, aTa As Boolean, Optional delta As IInputArray = Nothing, Optional scale As Double = 1, Optional dtype As DepthType = DepthType.Default )
public: static void MulTransposed( IInputArray^ src, IOutputArray^ dst, bool aTa, IInputArray^ delta = nullptr, double scale = 1, DepthType dtype = DepthType::Default )
static member MulTransposed : src : IInputArray * dst : IOutputArray * aTa : bool * ?delta : IInputArray * ?scale : float * ?dtype : DepthType (* Defaults: let _delta = defaultArg delta null let _scale = defaultArg scale 1 let _dtype = defaultArg dtype DepthType.Default *) -> unit
2019 Emgu Corporation, All Rights Reserved,