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

Method Project

openbr/core/core.cpp:664–667  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

662}
663
664void br::Project(const File &input, const File &output)
665{
666 return AlgorithmManager::getAlgorithm(output.get<QString>("algorithm"))->project(input, output);
667}
668
669void br::Enroll(TemplateList &tl)
670{

Callers

nothing calls this directly

Calls 1

projectMethod · 0.45

Tested by

no test coverage detected