Click or drag to resize

MatGreaterThan Method (Double)

operator >

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public MatExpr GreaterThan(
	double d
)

Parameters

d
Type: SystemDouble

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

Return Value

Type: MatExpr

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

See Also