ResultTget_range Method
Creates a shallow copy of a range of elements in the source 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 List<T> get_range(
int index,
int count
)
- index Int32
- The zero-based System.Collections.Generic.List`1 index at which the range starts.
- count Int32
- The number of elements in the range.
ListTA shallow copy of a range of elements in the source inference results.