CvSetGetSetElem Method OpenCvSharp Class Library
Finds set element by its index

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public CvSetElem GetSetElem(
	int index
)

Parameters

index
Type: SystemInt32
Index of the set element within a sequence.

Return Value

Type: CvSetElem
the pointer to it or null if the index is invalid or the corresponding node is free.
See Also

Reference