mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-05 23:36:54 +08:00
Fixed compiler warning by casting to 16-bit int
This commit is contained in:
@@ -364,7 +364,7 @@ vector<string> showCharSelection(Mat image, vector<Rect> charRegions, string sta
|
||||
|
||||
if (curCharIdx >= charRegions.size())
|
||||
{
|
||||
waitkey = ENTER_KEY_ONE;
|
||||
waitkey = (int16_t) ENTER_KEY_ONE;
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user