Feeds
질문
This is my code for Automatic number plate recognition, for some reason it is recognizing plates in some image and not recognizing in other similar image, can some1 help me know why ? I'll attach the two images here ( first working, seconf not workin
A = imread('A.png'); B = imread('B.png'); C = imread('C.png'); D = imread('D.png'); E = imread('E.png'); F = imread('F.png'...
10년 초과 전 | 답변 수: 0 | 0
0
답변질문
Can someone explain me the following segmentation code for number plates ? what technique is applied here ?
stats = regionprops(img3); %segmentation S = ' '; for index=1:length(stats) if stats(index).Area > 200 && stats(index)....
10년 초과 전 | 답변 수: 1 | 0
1
답변질문
Number plate recogition (segmentation and recognition)
I am trying to segment out characters from the image attached here. This is for Number plate recognition. I would like advice on...
10년 초과 전 | 답변 수: 0 | 0