MCPcopy 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
120BR_REGISTER(Transform, MLPTransform)

Callers 2

storeFunction · 0.45
boostedforest.cppFile · 0.45

Calls 1

storeModelFunction · 0.85

Tested by

no test coverage detected