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

Function getNumberOfImages

openbr/core/eval.cpp:950–953  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

948}
949
950static inline int getNumberOfImages(const QMap<QString, Detections> detections)
951{
952 return detections.keys().size();
953}
954
955static int associateGroundTruthDetections(QList<ResolvedDetection> &resolved, QList<ResolvedDetection> &falseNegative, QMap<QString, Detections> &all, QRectF &offsets)
956{

Callers 1

EvalDetectionFunction · 0.85

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected