| 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
)
Public Function Dot (
m As Mat
) As Double
public:
double Dot(
Mat^ m
)
member Dot :
m : Mat -> float
Parameters
- m
- Type: OpenCvSharpMat
another dot-product operand.
Return Value
Type:
Double[Missing <returns> documentation for "M:OpenCvSharp.MatExpr.Dot(OpenCvSharp.Mat)"]
See Also