Click or drag to resize

InputArrayCreate Method (MatExpr)

Creates a proxy class of the specified MatExpr

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
public static InputArray Create(
	MatExpr expr
)

Parameters

expr
Type: OpenCvSharpMatExpr

Return Value

Type: InputArray
See Also