Click or drag to resize

MatCross 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(
	InputArray m
)

Parameters

m
Type: OpenCvSharpInputArray
Another cross-product operand.

Return Value

Type: Mat

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

See Also