comment out some code look like unused.

I don't think the variable "isOn"  has a special change at this line.
This commit is contained in:
SunAriesCN
2016-03-09 23:34:48 +08:00
parent 515ec50469
commit ce3c95efd4

View File

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