ResultTFindLast Method
Searches for an element that matches the conditions defined by the specified
predicate, and returns 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 T FindLast(
Predicate<T> match
)
- match PredicateT
- The System.Predicate`1 delegate that defines the conditions of the element to search for.
T
The last element that matches the conditions defined by the specified predicate,
if found; otherwise, the default value for type T.