diff --git a/src/openalpr/platecorners.cpp b/src/openalpr/platecorners.cpp index 76fda4d..e9e3cdb 100644 --- a/src/openalpr/platecorners.cpp +++ b/src/openalpr/platecorners.cpp @@ -139,8 +139,8 @@ void PlateCorners::scoreVerticals(int v1, int v2) { //return; - left = tlc.centerVerticalLine.getParallelLine(idealPixelWidth / 2); - right = tlc.centerVerticalLine.getParallelLine(-1 * idealPixelWidth / 2 ); + left = tlc.centerVerticalLine.getParallelLine(-1 * idealPixelWidth / 2); + right = tlc.centerVerticalLine.getParallelLine(idealPixelWidth / 2 ); missingSegmentPenalty += SCORING_MISSING_SEGMENT_PENALTY_VERTICAL * 2; confidenceDiff += 2;