Click or drag to resize

UMatDot Method

http://www.emgu.com
Computes the dot product of two mats

Namespace:  Emgu.CV
Assembly:  Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
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