LabelData Constructor (Int32, Int32, CvRect) 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,
	CvRect roi
)

Parameters

rows
Type: SystemInt32

[Missing <param name="rows"/> documentation for "M:OpenCvSharp.Blob.LabelData.#ctor(System.Int32,System.Int32,OpenCvSharp.CvRect)"]

cols
Type: SystemInt32

[Missing <param name="cols"/> documentation for "M:OpenCvSharp.Blob.LabelData.#ctor(System.Int32,System.Int32,OpenCvSharp.CvRect)"]

roi
Type: OpenCvSharpCvRect

[Missing <param name="roi"/> documentation for "M:OpenCvSharp.Blob.LabelData.#ctor(System.Int32,System.Int32,OpenCvSharp.CvRect)"]

See Also

Reference