  | LabelData Constructor (Int32, 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 rows,
	int cols
)
Public Sub New ( 
	rows As Integer,
	cols As Integer
)
public:
LabelData(
	int rows, 
	int cols
)
new : 
        rows : int * 
        cols : int -> LabelDataParameters
- rows
 - Type: SystemInt32
[Missing <param name="rows"/> documentation for "M:OpenCvSharp.Blob.LabelData.#ctor(System.Int32,System.Int32)"]
 - cols
 - Type: SystemInt32
[Missing <param name="cols"/> documentation for "M:OpenCvSharp.Blob.LabelData.#ctor(System.Int32,System.Int32)"]
 
See Also