Please use. NET 5,. NET 6, NET 7,. NET 8, NET Framework 4.6, NET Framework 4.61, NET Framework 4.7, NET Framework 4.72, NET Framework 4.8, NET Framework 4.81, and. NET Core 3.1 versions

SegData(Int32, String, Single, Rect, Mat) Constructor

Parameter construction.

Definition

Namespace: OpenVinoSharp.Extensions.result
Assembly: OpenVINO_CSharp_API_Extensions_OpenCvSharp (in OpenVINO_CSharp_API_Extensions_OpenCvSharp.dll) Version: 1.0.6.1+a13b433d33f957705f82a74ca14fa17017145e92
C#
public SegData(
	int index,
	string lable,
	float score,
	Rect box,
	Mat mask
)

Parameters

index  Int32
Target segmentation recognition result number.
lable  String
Target segmentation recognition result label.
score  Single
Target segmentation recognition result score.
box  Rect
Target segmentation recognition result box.
mask  Mat
Target segmentation recognition result split region.

See Also