Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/biometrics/openbr
/ getMemoryGallery
Method
getMemoryGallery
openbr/core/core.cpp:181–184 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
179
}
180
181
File getMemoryGallery(const File &file) const
182
{
183
return name + file.baseName() + file.hash() +
".mem"
;
184
}
185
186
void enroll(File input, File gallery = File())
187
{
Callers
nothing calls this directly
Calls
1
hash
Method · 0.80
Tested by
no test coverage detected