Click or drag to resize

InputArrayCreateT Method (IEnumerableT)

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 InputArray Create<T>(
	IEnumerable<T> enumerable
)
where T : struct, new()

Parameters

enumerable
Type: System.Collections.GenericIEnumerableT
Array object

Type Parameters

T

Return Value

Type: InputArray
See Also