Click or drag to resize

OutputArrayCreate Method (ListMat)

Creates a proxy class of the specified list

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
public static OutputArrayOfMatList Create(
	List<Mat> list
)

Parameters

list
Type: System.Collections.GenericListMat

Return Value

Type: OutputArrayOfMatList
See Also