manupap1 / libzoneminder-plugin-openalpr

libzoneminder-plugin-openalpr is a free, open source Licence Plate Recognition plugin for the ZoneMinder CCTV sofware (https://github.com/ZoneMinder/ZoneMinder). It is based on openalpr library (https://github.com/openalpr/openalpr) for the recognition algorithm and plugin development initiated by nextime (https://github.com/nextime/zum/tree/master/scripts/ZoneMinder).
GNU General Public License v2.0
41 stars 19 forks source link

License Plate Filtering #1

Closed manupap1 closed 9 years ago

manupap1 commented 9 years ago

Currently, all license plates from successive alarmed frames of the same event are aggregated without any filtering. A post processing would be required when event is closed to reduce the number of returned license plates.

manupap1 commented 9 years ago

The levels of confidence from each alarmed frame are now added and written to the output on event closing.