admin
2022-09-09 60feedf43a35a9ca69d05095a01c5d1797b1bdc3
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;