Click or drag to resize

InputArrayCreate Method (IEnumerableMat)

Creates a proxy class of the specified array of Mat

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
public static InputArray Create(
	IEnumerable<Mat> matVector
)

Parameters

matVector
Type: System.Collections.GenericIEnumerableMat

Return Value

Type: InputArray
See Also