mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-06 12:46:55 +08:00
Fixed missing requested_top_n value from json
This commit is contained in:
@@ -286,6 +286,7 @@ namespace alpr
|
||||
|
||||
plateResult.regionConfidence = 0;
|
||||
plateResult.plate_index = platecount++;
|
||||
plateResult.requested_topn = topN;
|
||||
|
||||
// If using prewarp, remap the plate corners to the original image
|
||||
vector<Point2f> cornerPoints = pipeline_data.plate_corners;
|
||||
|
Reference in New Issue
Block a user