Creates CvSeq<t> from an IEnumerable<t> instance (ex. Array, List<t>)
Namespace: OpenCvSharp
Assembly: OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static CvSeq<T> FromArray( IEnumerable<T> array, SeqType seqFlags, CvMemStorage storage )
Parameters
- array
- Type: System.Collections.GenericIEnumerableT
IEnumerable<t> instance - seqFlags
- Type: OpenCvSharpSeqType
Flags of the created sequence - storage
- Type: OpenCvSharpCvMemStorage
Sequence location
Return Value
Type: CvSeqTCvSeq<t>
See Also