Detect region enabled by default

This commit is contained in:
Matt Hill
2016-10-24 16:55:45 -04:00
parent f39f43a4c4
commit 28dc2fa032

View File

@@ -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)
{ {