![]() |
Face SDK
1.13.0 Mozart release
Face Recognition Software Development Kit
|
Public Member Functions | |
float | Match (IFir fir1, IFir fir2) |
Performs 1:1 matching operations for specified FIRs More... | |
float | Match (IFirList firList, uint index, IFir fir) |
Performs 1:1 matching operations for specified FIRs More... | |
float [] | Match (IFirList firList, IFir fir) |
Performs N:1 matching operations for specified FIRs More... | |
IFaceSDKSet< IMatch > | BestMatches (IFir fir, IFirList firList, float threshold, uint maxMatches) |
Performs 1:N matching operations for specified FIRs and returns top matches results. More... | |
IFaceSDKSet< IMatch > | BestMatches (IEnumerable< IFir > firs, IFirList firList, float threshold, uint maxMatches) |
Performs 1:N, 2:N, 3:N and 4:N matching operations for specified FIRs and returns top matches results. Only matcher 104 supports this method. More... | |
![]() | |
override bool | Equals (object obj) |
override int | GetHashCode () |
void | CheckValidity (string objectName=null) |
Throw an ObjectDisposedException adding a given name to exception's Message in case that object is not valid More... | |
void | Dispose () |
Properties | |
uint | BuilderVersion [get] |
string | TableCode [get] |
![]() | |
IntPtr | Handle [get, protected set] |
bool | Valid [get] |
![]() | |
bool | Valid [get] |
True if object is valid, false if disposed or not created properly More... | |
![]() | |
uint | BuilderVersion [get] |
Buildersee> algorithm version which was selected for FIRs matcher initialization More... | |
string | TableCode [get] |
Returns FAR table code which was selected for FIRs matcher initialization More... | |
|
inline |
Performs 1:N matching operations for specified FIRs and returns top matches results.
fir | Fir to match with a list |
firList | List to match |
threshold | Match threshold |
maxMatches | Max number of matches to retirm |
Implements FaceSDK.Matcher.IFirMatcher.
|
inline |
Performs 1:N, 2:N, 3:N and 4:N matching operations for specified FIRs and returns top matches results. Only matcher 104 supports this method.
firs | Fir to match with a list |
firList | List to match |
threshold | Match threshold |
maxMatches | Max number of matches to retirm |
Implements FaceSDK.Matcher.IFirMatcher.
Performs 1:1 matching operations for specified FIRs
fir1 | First fir |
fir2 | Second fir |
Implements FaceSDK.Matcher.IFirMatcher.
Performs 1:1 matching operations for specified FIRs
firList | A list that contains first Fir |
index | Index of a first Fir to match |
fir | Second Fir |
Implements FaceSDK.Matcher.IFirMatcher.
Performs N:1 matching operations for specified FIRs
firList | A list that contains Firs to match with fir model |
fir | Fir model to match |
Implements FaceSDK.Matcher.IFirMatcher.