mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-06 11:56:52 +08:00
Fixed state identification missing from output
This commit is contained in:
@@ -288,6 +288,7 @@ RecognitionResult FeatureMatcher::recognize( const Mat& queryImg, bool drawOnIma
|
||||
RecognitionResult result;
|
||||
|
||||
result.haswinner = false;
|
||||
result.confidence = 0;
|
||||
|
||||
Mat queryDescriptors;
|
||||
vector<KeyPoint> queryKeypoints;
|
||||
|
Reference in New Issue
Block a user