MCPcopy Create free account
hub / github.com/biometrics/openbr / OperatingPoint

Class OperatingPoint

openbr/core/eval.cpp:50–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48
49#undef FAR // Windows preprecessor definition conflicts with variable name
50struct OperatingPoint
51{
52 float score, FAR, TAR;
53 OperatingPoint() {}
54 OperatingPoint(float _score, float _FAR, float _TAR)
55 : score(_score), FAR(_FAR), TAR(_TAR) {}
56};
57
58static OperatingPoint getOperatingPointGivenFAR(const QList<OperatingPoint> &operatingPoints, float FAR)
59{

Callers 5

EvaluateFunction · 0.85
InplaceEvalFunction · 0.85
EvalKNNFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected