ConsoleApplication/THSGPDataCapture.cpp
@@ -32,7 +32,6 @@ list<list<GPDataStruct>> THSGPDataCapture::captureGPData(cv::Mat grayImg, SplitType types[], int length_per_num, int startColumn, int endColumn) { list<int*> rowData = THSActionUtil::splitPlateRowArea(grayImg); int count = 0; int* rowIndex = (int*)malloc(sizeof(int) * 4 * rowData.size());