|
Evo 7.13.0-TM26061101
Evo LPR Engine
|
License Plate Information class. More...
#include <Engine.hpp>
Public Member Functions | |
| virtual size_t | GetNumLP (void) const =0 |
| virtual EvoRC | SelectLP (size_t idx)=0 |
| virtual size_t | GetSelLP (void) const =0 |
| virtual void | GetType (EvoLPT &type, float &confidence) const =0 |
| virtual EvoRect | GetPos (void) const =0 |
| virtual const char * | GetStr (void) const =0 |
| virtual void | GetCharConf (const float *&conf, size_t &num) const =0 |
LPI(License Plate Informatino) class provides information about all the recognized license plates in single picture or GOP.
|
pure virtual |
|
pure virtual |
Get number of the found license plates.
|
pure virtual |
Get position of the selected license plate.
|
pure virtual |
Get the selected license plate.
|
pure virtual |
Get recognized string of the selected license plate.
|
pure virtual |
Get type of the selected license plate.
| [out] | type | License Plate Type. For details, refer to License Plate Types. |
| [out] | confidence | Confidence of the type. Its range is [0, 100]. |