http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Calculates the product of src and its transposition.
The function evaluates dst=scale(src-delta)*(src-delta)^T if order=0, and dst=scale(src-delta)^T*(src-delta) otherwise.
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
public static void cvMulTransposed( IntPtr src, IntPtr dst, int order, IntPtr delta, double scale ) |
Visual Basic |
---|
Public Shared Sub cvMulTransposed ( _ src As IntPtr, _ dst As IntPtr, _ order As Integer, _ delta As IntPtr, _ scale As Double _ ) |
Visual C++ |
---|
public: static void cvMulTransposed( IntPtr src, IntPtr dst, int order, IntPtr delta, double scale ) |
Parameters
- src
- Type: System..::..IntPtr
The source matrix
- dst
- Type: System..::..IntPtr
The destination matrix
- order
- Type: System..::..Int32
Order of multipliers
- delta
- Type: System..::..IntPtr
An optional array, subtracted from src before multiplication
- scale
- Type: System..::..Double
An optional scaling