Finds set 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 the set element within a sequence.
Return Value
Type: CvSetElemthe pointer to it or null if the index is invalid or the corresponding node is free.
See Also