Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/biometrics/openbr
/ load
Method
load
openbr/plugins/core/gallerycompare.cpp:66–70 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
64
}
65
66
void load(QDataStream &stream)
67
{
68
br::Object::load(stream);
69
stream >> gallery;
70
}
71
72
public:
73
GalleryCompareTransform() : Transform(false, true) {}
Callers
nothing calls this directly
Calls
1
load
Function · 0.50
Tested by
no test coverage detected