Fixed missing requested_top_n value from json

This commit is contained in:
Matt Hill
2015-10-03 09:09:23 -04:00
parent 7a8e2b2d72
commit dde8507024

View File

@@ -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;