ResultTfind_index(Int32, PredicateT) Method
Searches for an element that matches the conditions defined by the specified
predicate, and returns the zero-based index of the first occurrence within the
range of elements in the inference results that extends from the specified index to the last element.
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 find_index(
int start_index,
Predicate<T> match
)
- start_index Int32
- The zero-based starting index of the search.
- match PredicateT
-
The System.Predicate`1 delegate that defines the conditions of the element to
search for.
Int32[Missing <returns> documentation for "M:OpenVinoSharp.Extensions.result.Result`1.find_index(System.Int32,System.Predicate{`0})"]