FaceMatcherThreshold Enumeration¶
Namespace: id3.Face
Definition¶
Enumerates some typical values for the matching decision threshold.
class FaceMatcherThreshold
enum FaceMatcherThreshold
public enum FaceMatcherThreshold
public enum FaceMatcherThreshold
public enum FaceMatcherThreshold
typedef enum id3FaceMatcherThreshold
Fields¶
Name |
Value |
Description |
---|---|---|
|
2000 |
False Match Rate = 1% |
|
3000 |
False Match Rate = 0.1% (1/1K) |
|
4000 |
False Match Rate = 0.01% (1/10K) |
|
5000 |
False Match Rate = 0.001% (1/100K) |
|
6000 |
False Match Rate = 0.0001% (1/1M) |
|
7000 |
False Match Rate = 0.00001% (1/10M) |
|
8000 |
False Match Rate = 0.000001% (1/100M) |
|
9000 |
False Match Rate = 0.0000001% (1/1B) |
|
10000 |
False Match Rate = 0.00000001% (1/10B) |