mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-08 12:50:08 +08:00
Updated textline dependencies to provide crop size in function call. Fixes issue #126.
This commit is contained in:
@@ -101,7 +101,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, pipeline_data->crop_gray.size()));
|
||||
}
|
||||
|
||||
pipeline_data->textLines.clear();
|
||||
|
Reference in New Issue
Block a user