mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-06 15:26:53 +08:00
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:
@@ -964,8 +964,8 @@ namespace alpr
|
||||
|
||||
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 && col < img.cols)
|
||||
// isOn = img.at<uchar>(row, col);
|
||||
|
||||
if (isOn)
|
||||
{
|
||||
|
Reference in New Issue
Block a user