mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-07 01:42:49 +08:00
Update charactersegmenter.cpp
This commit is contained in:
@@ -963,9 +963,6 @@ namespace alpr
|
|||||||
bool isbetweenLines = false;
|
bool isbetweenLines = false;
|
||||||
|
|
||||||
bool isOn = img.at<uchar>(row, col);
|
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)
|
if (isOn)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user