CvSeqGetSeqElemT Method OpenCvSharp Class Library
Returns pointer to sequence element by its index

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public Nullable<T> GetSeqElem<T>(
	int index
)
where T : struct, new()

Parameters

index
Type: SystemInt32
Index of element.

Type Parameters

T
Element type

Return Value

Type: NullableT

[Missing <returns> documentation for "M:OpenCvSharp.CvSeq.GetSeqElem``1(System.Int32)"]

See Also

Reference