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 Class

Object segmentation result data.

Definition

Namespace: OpenVinoSharp.Extensions.result
Assemblies:  OpenVINO_CSharp_API_Extensions_OpenCvSharp (in OpenVINO_CSharp_API_Extensions_OpenCvSharp.dll) Version: 1.0.6.1+a13b433d33f957705f82a74ca14fa17017145e92
  OpenVINO_CSharp_API_Extensions_EmguCV (in OpenVINO_CSharp_API_Extensions_EmguCV.dll) Version: 1.0.6.1+a13b433d33f957705f82a74ca14fa17017145e92
C#
public class SegData : DetData, IResultData
Inheritance
Object    DetData    SegData
Implements
IResultData

Constructors

SegData() Initializes a new instance of the SegData class
SegData(Int32, Single, Rect, Mat) Parameter construction.
SegData(Int32, Single, Rectangle, Mat) Parameter construction.
SegData(Int32, String, Single, Rect, Mat) Parameter construction.
SegData(Int32, String, Single, Rectangle, Mat) Parameter construction.

Methods

to_string Converts the numeric value of this instance to its equivalent string representation.
update_lable(List<String>) Update lable.
update_lable(String[]) Update lable.

Fields

box Prediction box.
(Inherited from DetData)
index Identification result class index.
(Inherited from DetData)
lable Identification result class lable.
(Inherited from DetData)
mask Split Region
score Confidence value.
(Inherited from DetData)

See Also