twelve17 / openalpr-ios

Xcode Framework for the openalpr library
GNU General Public License v3.0
116 stars 35 forks source link

Specify parameters, e.g. country #12

Closed xcodewarrier closed 8 years ago

xcodewarrier commented 8 years ago

There should be a mechanism for developers to specify parameters, e.g. such as -c , within the Xcode environment.

twelve17 commented 8 years ago

I'm not sure where this parameter would be specified. Can you elaborate?

xcodewarrier commented 8 years ago

In the sample code this is here, thanks, closing this out.

    delegate = new alpr::Alpr(
                              [@"eu" UTF8String],
                              [[[NSBundle mainBundle] pathForResource:@"openalpr.conf" ofType:nil] UTF8String],
                              [[[NSBundle mainBundle] pathForResource:@"runtime_data" ofType:nil] UTF8String]
                              );