Click or drag to resize
UMatDot Method
http://www.emgu.com
Computes the dot product of two mats

Namespace: Emgu.CV
Assembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
Syntax
public double Dot(
	IInputArray mat
)

Parameters

mat
Type: Emgu.CVIInputArray
The matrix to compute dot product with

Return Value

Type: Double
The dot product
See Also