Vehicle Recognition Image API

The Vehicle Recognition Image API recognizes license plates given individual images. In addition to the previous Vehicle Recognition SDK installation options, the Vehicle Recognition Image API is available upon request. The library instance should be initialized once for each thread. There is a significant initialization time (a few seconds) so you should not destroy the instance until you are finished using it.

This instance is not thread-safe by design. An ALPR instance should be used on a single thread and not shared across threads.

Last updated