MCPcopy Create free account
hub / github.com/biometrics/openbr / load

Method load

openbr/plugins/classification/pp5.cpp:592–597  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

590 }
591
592 void load(QDataStream &stream)
593 {
594 br::Object::load(stream);
595 stream >> gallery;
596 init();
597 }
598
599};
600

Callers

nothing calls this directly

Calls 2

loadFunction · 0.70
initFunction · 0.70

Tested by

no test coverage detected