Click or drag to resize

MatDot Method

Computes a dot-product of two vectors.

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
public double Dot(
	Mat m
)

Parameters

m
Type: OpenCvSharpMat
another dot-product operand.

Return Value

Type: Double
See Also