mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-06 18:22:48 +08:00
Update charactersegmenter.cpp
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user