ObbResultadd(Int32, String, Single, RotatedRect) Method
Add data.
Namespace: OpenVinoSharp.Extensions.resultAssembly: OpenVINO_CSharp_API_Extensions_EmguCV (in OpenVINO_CSharp_API_Extensions_EmguCV.dll) Version: 1.0.6.1+a13b433d33f957705f82a74ca14fa17017145e92
public override void add(
int index,
string lable,
float score,
RotatedRect box
)
Parameters
- index Int32
- Identification result number.
- lable String
- Identification result label.
- score Single
- Identification result score.
- box RotatedRect
- Identification result box.