Click or drag to resize

MatExprCross Method

Computes a cross-product of two 3-element vectors.

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

Parameters

m
Type: OpenCvSharpMat
Another cross-product operand.

Return Value

Type: Mat

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

See Also