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(); } @@ -79,7 +73,7 @@ UcharDataInfo typesData = UcharDataInfo(); typesData.length = 2; typesData.data = types_char;