ConsoleApplication/THSGPDataCapture.cpp
@@ -1,11 +1,6 @@ #include "THSGPDataCapture.h" #include <set> #include "Win32Util.h" OpenCLExcuter* THSGPDataCapture::openCLExcuter; bool THSGPDataCapture::inited; RecognitionManager* THSGPDataCapture::recognitionManager; @@ -28,7 +23,6 @@ void THSGPDataCapture::init() { recognitionManager = new RecognitionManager(); openCLExcuter = new OpenCLExcuter(); openCLExcuter->init(); }