DetData(Int32, Single, Rectangle) Constructor
Parameter construction.
Namespace: OpenVinoSharp.Extensions.resultAssembly: OpenVINO_CSharp_API_Extensions_EmguCV (in OpenVINO_CSharp_API_Extensions_EmguCV.dll) Version: 1.0.6.1+a13b433d33f957705f82a74ca14fa17017145e92
public DetData(
int index,
float score,
Rectangle box
)
Parameters
- index Int32
- Identification result number.
- score Single
- Identification result score.
- box Rectangle
- Identification result box.