mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-06 00:46:49 +08:00
Removed unnecessary variable
This commit is contained in:
@@ -308,8 +308,7 @@ namespace alpr
|
||||
{
|
||||
vector<Rect> validBoxes;
|
||||
|
||||
int pxLeniency = row;
|
||||
vector<Rect> allBoxes = convert1DHitsToRect(histogram.get1DHits(pxLeniency), top, bottom);
|
||||
vector<Rect> allBoxes = convert1DHitsToRect(histogram.get1DHits(row), top, bottom);
|
||||
|
||||
if (this->config->debugCharSegmenter)
|
||||
cout << "All Boxes size " << allBoxes.size() << endl;
|
||||
|
Reference in New Issue
Block a user