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