CvGetSeqElemT Method (CvSeqT, Int32) 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 static Nullable<T> GetSeqElem<T>(
	CvSeq<T> seq,
	int index
)
where T : struct, new()

Parameters

seq
Type: OpenCvSharpCvSeqT
Sequence.
index
Type: SystemInt32
Index of element.

Type Parameters

T
Element type

Return Value

Type: NullableT

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

See Also

Reference