Click or drag to resize

MatExprDivision Operator (MatExpr, Double)

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
public static MatExpr operator /(
	MatExpr e,
	double s
)

Parameters

e
Type: OpenCvSharpMatExpr
s
Type: SystemDouble

Return Value

Type: MatExpr
See Also