mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-07 04:50:54 +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);
|
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)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user