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

Function filesHaveSinglePoint

openbr/core/plot.cpp:262–267  ·  view source on GitHub ↗

Check all files to see if any single file has only have one ROC point

Source from the content-addressed store, hash-verified

260
261//Check all files to see if any single file has only have one ROC point
262bool filesHaveSinglePoint(const QStringList &files) {
263 foreach (const File &file, files)
264 if (fileHasSinglePoint(file))
265 return true;
266 return false;
267}
268
269// Properly
270

Callers 1

PlotDetectionFunction · 0.85

Calls 1

fileHasSinglePointFunction · 0.85

Tested by

no test coverage detected