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

Method project

openbr/plugins/classification/pp4.cpp:212–222  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

210 Resource<PP4Context> contexts;
211
212 void project(const Template &src, Template &dst) const
213 {
214 if (Globals->enrollAll)
215 qFatal("single template project doesn't support enrollAll");
216
217 TemplateList srcList;
218 srcList.append(src);
219 TemplateList dstList;
220 project(srcList, dstList);
221 dst = dstList.first();
222 }
223
224 void project(const TemplateList &srcList, TemplateList &dstList) const
225 {

Callers

nothing calls this directly

Calls 5

acquireMethod · 0.80
projectFunction · 0.70
appendMethod · 0.45
firstMethod · 0.45
releaseMethod · 0.45

Tested by

no test coverage detected