Update charactersegmenter.cpp

This commit is contained in:
SunAriesCN
2016-03-10 15:19:35 +08:00
parent ce3c95efd4
commit d219aadc14

View File

@@ -963,9 +963,6 @@ namespace alpr
bool isbetweenLines = false;
bool isOn = img.at<uchar>(row, col);
// check two rows at a time.
//if (!isOn && col < img.cols)
// isOn = img.at<uchar>(row, col);
if (isOn)
{