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 seq, int index ) where T : struct, new()
Parameters
- seq
- Type: OpenCvSharpCvSeq
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,System.Int32)"]
See Also