Click or drag to resize

MatExclusiveOr Operator (Double, Mat)

[Missing <summary> documentation for "M:OpenCvSharp.Mat.op_ExclusiveOr(System.Double,OpenCvSharp.Mat)"]

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static MatExpr operator ^(
	double s,
	Mat a
)

Parameters

s
Type: SystemDouble

[Missing <param name="s"/> documentation for "M:OpenCvSharp.Mat.op_ExclusiveOr(System.Double,OpenCvSharp.Mat)"]

a
Type: OpenCvSharpMat

[Missing <param name="a"/> documentation for "M:OpenCvSharp.Mat.op_ExclusiveOr(System.Double,OpenCvSharp.Mat)"]

Return Value

Type: MatExpr

[Missing <returns> documentation for "M:OpenCvSharp.Mat.op_ExclusiveOr(System.Double,OpenCvSharp.Mat)"]

See Also