 |
|
SimpleLPR |
| License Plate Recognition SDK |
|
|
Change Log
- 15-02-2012 — Released SimpleLPR version 2.2.7.0
- 13-12-2011 — Released SimpleLPR version 2.2.6.0
- 03-12-2011 — Released SimpleLPR version 2.2.5.1
- 29-11-2011 — Released SimpleLPR version 2.2.5.0
- 08-11-2011 — Released bug fixing version 2.2.4.1
- 29-10-2011 — Released SimpleLPR version 2.2.4.0
Released in February 15, 2012
Changes since version 2.2.6.0:
- Added support for license plates from Bolivia.
Released in December 13, 2011
Changes since version 2.2.5.1:
- Added support for license plates from the Czech Republic.
- Added support for license plates from Ecuador.
Released in December 3, 2011
Changes since version 2.2.5.0:
- Sample SimpleLPR_VB_2010.exe has been renamed to SimpleLPR_VB.exe
- Fixed a mistake in the command line parameter description shown by sample SimpleLPR_VB.exe:
- <source folder> has been changed to <source file>.
- <Target File> was incorrectly shown as a parameter of the tool and has been removed.
- Created a new namespace SimpleLPR2.COM for COM interop. The classes and interfaced defined there do not use static methods or generics thus they are fully compatible with type libraries and the regasm utility.
- Added a new sample written in VBScript that demonstrates the use of the classes in SimpleLPR.COM.
Released in November 29, 2011
Changes since version 2.2.4.1:
- Added support for license plates from Hungary (two line license plates are not supported yet).
- Set the ComVisible attribute to the classes and interfaces in the assembly SimpleLPR2.dll to make them COM aware.
- IProcessor.analyze now returns license plate candidates sorted by their confidence score in descending order.
- OCR modified to minimize the probability of the 'W' character being misinterpreted as a 'K' when reading license plates from the UK.
Released in November 8, 2011
Changes since version 2.2.4.0:
- Fixed a rare bug in the SimpleLPR::Setup call which prevented initialization in some systems.
Released in October 29, 2011
Changes since version 2.2.3.3:
- Added analyze_C3 method to IProcessor to process 24bit 3-channel images from memory.
- Added a new overload for IProcessor.analyze that accepts a System.Drawing.Bitmap object.
- Fixed bug in a call to set_locale that prevented execution in the Wine environment.