ResultTlast_index_of(T) Method
Searches for the specified object and returns the zero-based index of the last
occurrence within the entire inference results.
Namespace: OpenVinoSharp.Extensions.resultAssemblies: 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
public int last_index_of(
T item
)
- item T
- The object to locate in the inference results. The value can be null for reference types.
Int32
The zero-based index of the last occurrence of item within the entire the inference results, if found; otherwise, -1.