Click or drag to resize

MatExprDot Method

Computes a dot-product of two vectors.

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public double Dot(
	Mat m
)

Parameters

m
Type: OpenCvSharpMat
another dot-product operand.

Return Value

Type: Double

[Missing <returns> documentation for "M:OpenCvSharp.MatExpr.Dot(OpenCvSharp.Mat)"]

See Also