Click or drag to resize

OutputArrayCreateT Method (ListT)

Creates a proxy class of the specified list

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static OutputArrayOfStructList<T> Create<T>(
	List<T> list
)
where T : struct, new()

Parameters

list
Type: System.Collections.GenericListT

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

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:OpenCvSharp.OutputArray.Create``1(System.Collections.Generic.List{``0})"]

Return Value

Type: OutputArrayOfStructListT

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

See Also