Click or drag to resize

MatDot Method

http://www.emgu.com
Computes a dot-product of two vectors.

Namespace:  Emgu.CV
Assembly:  Emgu.CV.World.NetStandard (in Emgu.CV.World.NetStandard.dll) Version: 1.0.0
Syntax
public double Dot(
	IInputArray m
)

Parameters

m
Type: Emgu.CVIInputArray
Another dot-product operand

Return Value

Type: Double
The dot-product of two vectors.
See Also