mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-06 23:22:51 +08:00
the mask maybe unused here.
the mask maybe unused here.
This commit is contained in:
@@ -696,8 +696,7 @@ namespace alpr
|
||||
//const float MIN_AREA_PERCENT = 0.1;
|
||||
const float MIN_CONTOUR_HEIGHT_PERCENT = config->segmentationMinCharHeightPercent;
|
||||
|
||||
Mat mask = getCharBoxMask(thresholds[0], charRegions);
|
||||
|
||||
|
||||
vector<int> boxScores(charRegions.size());
|
||||
|
||||
for (unsigned int i = 0; i < charRegions.size(); i++)
|
||||
|
Reference in New Issue
Block a user