mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-06 16:27:07 +08:00
Fixed end-to-end benchmark to work with updated internal API
This commit is contained in:
@@ -52,7 +52,9 @@ void EndToEndTest::runTest(string country, vector<std::string> files)
|
|||||||
|
|
||||||
Rect actualPlateRect(x, y, w, h);
|
Rect actualPlateRect(x, y, w, h);
|
||||||
|
|
||||||
AlprFullDetails recognitionDetails = alpr.recognizeFullDetails(frame);
|
vector<Rect> rois;
|
||||||
|
rois.push_back(Rect(0,0,frame.cols,frame.rows));
|
||||||
|
AlprFullDetails recognitionDetails = alpr.recognizeFullDetails(frame, rois);
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user