Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/biometrics/openbr
/ store
Method
store
openbr/plugins/classification/mlp.cpp:114–117 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
112
}
113
114
void store(QDataStream &stream) const
115
{
116
OpenCVUtils::storeModel(mlp, stream);
117
}
118
};
119
120
BR_REGISTER(Transform, MLPTransform)
Callers
2
store
Function · 0.45
boostedforest.cpp
File · 0.45
Calls
1
storeModel
Function · 0.85
Tested by
no test coverage detected