mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-07 00:02:52 +08:00
Merge branch 'master' into wts
This commit is contained in:
@@ -84,7 +84,7 @@ int main( int argc, const char** argv )
|
|||||||
|
|
||||||
if (pipeline_data.region_confidence <= 20)
|
if (pipeline_data.region_confidence <= 20)
|
||||||
{
|
{
|
||||||
pipeline_data.region_code = 'zz';
|
pipeline_data.region_code = "zz";
|
||||||
pipeline_data.region_confidence = 100;
|
pipeline_data.region_confidence = 100;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
Reference in New Issue
Block a user