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

Class GenImpCounts

openbr/core/eval.cpp:460–470  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

458}
459
460struct GenImpCounts
461{
462 GenImpCounts()
463 {
464 genCount = 1;
465 impCount = 0;
466 }
467
468 qint64 genCount;
469 qint64 impCount;
470};
471
472float InplaceEval(const QString &simmat, const QString &target, const QString &query, const QString &csv)
473{

Callers 1

foreachFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected