Click or drag to resize

MatDot Method

Computes a dot-product of two vectors.

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

Parameters

m
Type: OpenCvSharpInputArray
another dot-product operand.

Return Value

Type: Double

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

See Also