Click or drag to resize

ArrayAddress1<T> Constructor (IEnumerable<T> )

Namespace:  OpenCvSharp.Util
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
public ArrayAddress1(
	IEnumerable<T> enumerable
)

Parameters

enumerable
Type: System.Collections.Generic.IEnumerable<T>
See Also