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?