the mask maybe unused here.

the mask maybe unused here.
This commit is contained in:
SunAriesCN
2016-03-10 15:52:04 +08:00
parent d219aadc14
commit 4aefb50f18

View File

@@ -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++)