Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Methods to identify licence plates on cars

Hi all,

I've been checking a fair bit of Opencv code on the Internet. I noticed most of the code will first preprocess the image (e.g. binarize, apply edges filter) before sending to K means for character recognition.

Would it be possible to run K means to identify the vehicle (ie. trucks) followed by another K means for character recognition. Does it make sense?

Methods to identify licence plates on cars

Hi all,

I've been checking a fair bit of Opencv code on the Internet. I noticed most of the code will first preprocess the image (e.g. binarize, apply edges filter) before sending to K means nearest for character recognition.

Would it be possible to run K means nearest to identify the vehicle (ie. trucks) followed by another K means nearest for character recognition. Does it make sense?

Methods to identify licence plates on cars

Hi all,

I've been checking a fair bit of Opencv code on the Internet. I noticed most of the code will first preprocess the image (e.g. binarize, apply edges filter) before sending to K nearest for character recognition.

Would it be possible to run K nearest to identify the vehicle (ie. trucks) followed by another K nearest for character recognition. Does it make sense?