Reputation: 1005
Im doing a numberplate extraction where i have managed to erode the number plate area and I need to detet the rectangular numberplate using blobcount. But can I use it on a black and white image?
I am using Aforge.Net library for this.
My whole idea is to identify the postion of the numberplate corners and extract it from a colour image and then use an OCR.
Hope this helps
Thanks in advance
Upvotes: 1
Views: 1733
Reputation: 1822
I have been using AForge a little recently and ran across a good blob detection example (though I haven't tried it myself). It uses some BlobCounter and recognizes glyphs. Anyway, here it is.
Hope this helps, and good luck if it doesn't!
Upvotes: 1