CvSetAdd Method (CvSet) OpenCvSharp Class Library
Occupies a node in the set

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

public static int SetAdd(
	CvSet setHeader
)

Parameters

setHeader
Type: OpenCvSharpCvSet
Set.

Return Value

Type: Int32
the index to the node
See Also

Reference