T O P I C R E V I E W |
AScomp |
Posted - Jan 17 2021 : 12:35:44 Hi,
for a new project, I would like to know if it is possible to recognize even skewed number plates.
For example:
With the getplate demo the plates get not recognized, unfortunately.
Thank you in advance!
Kind regards
Andreas |
4 L A T E S T R E P L I E S (Newest First) |
xequte |
Posted - May 30 2024 : 23:17:17 Hi
*** 2024 UPDATE ***
The latest version of ImageEn is likely to give you better results, by either:
- Finding the text rects using a neural network (and then passing them to the OCR engine, which now works better with oriented text)
http://www.imageen.com/help/TIEVisionNNet.html
- Parsing the image using Google Vision API
http://www.imageen.com/help/TIEGoogleVision.html
Nigel Xequte Software www.imageen.com
|
xequte |
Posted - Jan 18 2021 : 17:41:16 Hi Andreas
I'm not aware of any automated optimizations, only manual selection of the recognition area.
Nigel Xequte Software www.imageen.com
|
AScomp |
Posted - Jan 18 2021 : 08:24:21 Hi Nigel,
is there something I can do to improve results? Such as blackhat morph or is it already implemented in the current version?
Kind regards
Andreas |
xequte |
Posted - Jan 17 2021 : 22:21:59 Hi Andreas
IEVision uses OpenCV for number plate recognition, so unfortunately we are limited to what that library provides.
Nigel Xequte Software www.imageen.com
|