Click or drag to resize

OutputArrayCreate Method (ListMat)

Creates a proxy class of the specified list

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

Parameters

list
Type: System.Collections.GenericListMat

[Missing <param name="list"/> documentation for "M:OpenCvSharp.OutputArray.Create(System.Collections.Generic.List{OpenCvSharp.Mat})"]

Return Value

Type: OutputArrayOfMatList

[Missing <returns> documentation for "M:OpenCvSharp.OutputArray.Create(System.Collections.Generic.List{OpenCvSharp.Mat})"]

See Also