  | LabelData Constructor (Int32) | 
 Initializes a new instance of the 
LabelData class
 
    Namespace: 
   OpenCvSharp.Blob
    Assembly:
   OpenCvSharp.Blob (in OpenCvSharp.Blob.dll) Version: 1.0.0
Syntaxpublic LabelData(
	int[,] values
)
Public Sub New ( 
	values As Integer(,)
)
public:
LabelData(
	array<int,2>^ values
)
new : 
        values : int[,] -> LabelDataParameters
- values
 - Type: SystemInt32
[Missing <param name="values"/> documentation for "M:OpenCvSharp.Blob.LabelData.#ctor(System.Int32[0:,0:])"]
 
See Also