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