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

Method Compare

openbr/core/core.cpp:675–678  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

673}
674
675void br::Compare(const File &targetGallery, const File &queryGallery, const File &output)
676{
677 AlgorithmManager::getAlgorithm(output.get<QString>("algorithm"))->compare(targetGallery, queryGallery, output);
678}
679
680void br::CompareTemplateLists(const TemplateList &target, const TemplateList &query, Output *output)
681{

Callers

nothing calls this directly

Calls 1

compareMethod · 0.45

Tested by

no test coverage detected