Slightly less padding for ideal pixel width

This commit is contained in:
Matt Hill
2014-04-06 12:09:42 -05:00
parent 3861fe7553
commit 39bce51413

View File

@@ -131,7 +131,7 @@ void PlateCorners::scoreVerticals(int v1, int v2)
LineSegment right;
float charHeightToPlateWidthRatio = config->plateWidthMM / config->charHeightMM;
float idealPixelWidth = this->charHeight * (charHeightToPlateWidthRatio * 1.05); // Add 10% so we don't clip any characters
float idealPixelWidth = this->charHeight * (charHeightToPlateWidthRatio * 1.03); // Add 3% so we don't clip any characters
if (v1 == NO_LINE && v2 == NO_LINE)
{