MCPcopy Create free account
hub / github.com/cpvrlab/ImagePlay / IPProcessThread

Method IPProcessThread

ImagePlay/src/IPProcessThread.cpp:22–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20#include "IPProcessThread.h"
21
22IPProcessThread::IPProcessThread(IPLProcess *process, IPLImage *image, int inputIndex, bool useOpenCV)
23{
24 _process = process;
25 _image = image;
26 _inputIndex = inputIndex;
27 _success = false;
28 _useOpenCV = useOpenCV;
29
30 // allow immediate termination
31 QThread::setTerminationEnabled(true);
32}
33
34IPProcessThread::~IPProcessThread()
35{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected