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
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