ResultTsort(Int32, Int32, IComparerT) Method
Sorts the elements in a range of elements in inference results using the specified comparer.
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 void sort(
int index,
int count,
IComparer<T>? comparer
)
Parameters
- index Int32
- The zero-based starting index of the range to sort.
- count Int32
- The length of the range to sort.
- comparer IComparerT
-
The inference results implementation to use when comparing
elements, or null to use the default comparer inference results.Default.