Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
664
void br::Project(const File &input, const File &output)
665
{
666
return AlgorithmManager::getAlgorithm(output.get<QString>(
"algorithm"
))->project(input, output);
667
}
668
669
void br::Enroll(TemplateList &tl)
670
{
Callers
nothing calls this directly
Calls
1
project
Method · 0.45
Tested by
no test coverage detected