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

Method foreach

openbr/plugins/core/stream.cpp:964–969  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

962 }
963 QList<TemplateList> separated;
964 foreach (const TemplateList &list, data) {
965 foreach(const Template &t, list) {
966 separated.append(TemplateList());
967 separated.last().append(t);
968 }
969 }
970
971 for (int i=0; i < transforms.size(); i++) {
972 // OK we have a trainable transform, we need to get input data for it.

Callers

nothing calls this directly

Calls 4

TemplateListClass · 0.85
appendMethod · 0.45
lastMethod · 0.45
timeVaryingMethod · 0.45

Tested by

no test coverage detected