Click or drag to resize

MatTypeInequality Operator (MatType, MatType)

[Missing <summary> documentation for "M:OpenCvSharp.MatType.op_Inequality(OpenCvSharp.MatType,OpenCvSharp.MatType)"]

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static bool operator !=(
	MatType self,
	MatType other
)

Parameters

self
Type: OpenCvSharpMatType

[Missing <param name="self"/> documentation for "M:OpenCvSharp.MatType.op_Inequality(OpenCvSharp.MatType,OpenCvSharp.MatType)"]

other
Type: OpenCvSharpMatType

[Missing <param name="other"/> documentation for "M:OpenCvSharp.MatType.op_Inequality(OpenCvSharp.MatType,OpenCvSharp.MatType)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:OpenCvSharp.MatType.op_Inequality(OpenCvSharp.MatType,OpenCvSharp.MatType)"]

See Also