From: shuffel rasta on
hello dear friends to who you are interested around LPR/ identification area... recently i have started a mini project on license plate identification

the main procedure.... 1. extraction( a. binarization b.finding egde c. hough transformation)
2. character segmentation
3. character identification
meanwhile , i just start like this
I_rgb = imread('712.jpg');% load the color image
C = makecform('srgb2xyz');% creates the structure, specifying a transformation type string as an argument.color transformation structure that defines a conversion from RGB color data to XYZ color data
I_xyz = applycform(I_rgb,C);%The applycform function returns the converted data


my plate is with a color of blue.. so that first i have to extract that blue color then binariza it.... however i just done the transformation of the color space..
somebody have got an understanding may add/ proced with the code i started with

so dear friends... lets help each other to do it.. the benefit is not only for me but for whom he/she interested around it... lets think the positive side only and help each other!!! thanks a lot.