Click or drag to resize

LabelDataItem Property

[Missing <summary> documentation for "P:OpenCvSharp.Blob.LabelData.Item(System.Int32,System.Int32)"]

Namespace:  OpenCvSharp.Blob
Assembly:  OpenCvSharp.Blob (in OpenCvSharp.Blob.dll) Version: 1.0.0
Syntax
public int this[
	int row,
	int col
] { get; set; }

Parameters

row
Type: SystemInt32
col
Type: SystemInt32

Return Value

Type: Int32
See Also