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

Method description

openbr/plugins/core/loadstore.cpp:41–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39 LoadStoreTransform() : transform(NULL) {}
40
41 QString description(bool expanded = false) const
42 {
43 if (expanded) {
44 QString res = transform->description(expanded);
45 return res;
46 }
47 return br::Object::description(expanded);
48 }
49
50 Transform *simplify(bool &newTForm)
51 {

Callers 2

trainMethod · 0.45
trainMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected