Hi all, actually i'm now doing something on license plate recognition system for my project. The first step would be the license plate extraction algorithm which means it is needed to extract a license plate from an image captured. So, i wonder how can this be done? Actually i'm thinking of something like detect the image pixels of the license plate since the license plate that i'm gonna work on at this stage is black and white in color. So that means i need to at least detect the black and white pixels. My question is
-is there any functions in C library that will support the detection of colors(in this case black and white)?and what are those functions? Preferably given the syntax here with examples.
-what other things i need to detect to improve the accuracy of the license extraction algorithm?
Your help is greatly appreciated.
-is there any functions in C library that will support the detection of colors(in this case black and white)?and what are those functions? Preferably given the syntax here with examples.
-what other things i need to detect to improve the accuracy of the license extraction algorithm?
Your help is greatly appreciated.
Comment