LabelData Constructor (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[,] values,
	CvRect roi
)

Parameters

values
Type: SystemInt32

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

roi
Type: OpenCvSharpCvRect

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

See Also

Reference