Removed debug output images

This commit is contained in:
Matt Hill
2015-09-24 22:18:58 -04:00
parent d932b62d37
commit 76f6f7b721

View File

@@ -82,7 +82,6 @@ namespace alpr
}
}
drawAndWait(inputImage);
int histo_width = this->colHeights.size();
int histo_height = max_col_size + 10;
@@ -100,7 +99,7 @@ namespace alpr
histoImg.at<uchar>(histo_height - columnCount, col) = 255;
}
drawAndWait(histoImg);
}
int Histogram::getLocalMinimum(int leftX, int rightX)