mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-05 19:26:51 +08:00
Detect region enabled by default
This commit is contained in:
@@ -79,6 +79,7 @@ namespace AlprNet
|
|||||||
try
|
try
|
||||||
{
|
{
|
||||||
native_instance = openalpr_init(country, config_file, runtime_dir);
|
native_instance = openalpr_init(country, config_file, runtime_dir);
|
||||||
|
openalpr_set_detect_region(native_instance, 1);
|
||||||
}
|
}
|
||||||
catch (System.DllNotFoundException)
|
catch (System.DllNotFoundException)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user