CvSeqTGetSeqElem 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(
	int index
)

Parameters

index
Type: SystemInt32
Index of element.

Return Value

Type: NullableT

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

See Also

Reference