LabelData Constructor (Int32, Int32) OpenCvSharp Class Library
Initializes a new instance of the LabelData class

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

public LabelData(
	int rows,
	int cols
)

Parameters

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

Reference