mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-16 14:51:11 +08:00
Updated textline dependencies to provide crop size in function call. Fixes issue #126.
This commit is contained in:
@@ -117,7 +117,7 @@ namespace alpr
|
||||
textAreaRemapped = imgTransform.remapSmallPointstoCrop(textArea, transmtx);
|
||||
linePolygonRemapped = imgTransform.remapSmallPointstoCrop(linePolygon, transmtx);
|
||||
|
||||
newLines.push_back(TextLine(textAreaRemapped, linePolygonRemapped));
|
||||
newLines.push_back(TextLine(textAreaRemapped, linePolygonRemapped, newCrop.size()));
|
||||
}
|
||||
|
||||
// Find the PlateLines for this crop
|
||||
|
Reference in New Issue
Block a user