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

Method mainLoop

openbr/plugins/core/processwrapper.cpp:463–470  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

461};
462
463void WorkerProcess::mainLoop()
464{
465 processInterface = new EnrollmentWorker();
466 processInterface->transform = NULL;
467 processInterface->connections(baseName);
468 processInterface->workerLoop();
469 delete processInterface;
470}
471
472class ProcessInterface : public QObject
473{

Callers 1

br_slave_processFunction · 0.80

Calls 2

connectionsMethod · 0.80
workerLoopMethod · 0.80

Tested by

no test coverage detected