photo

mahjoub el attar


Conservatoire National des Arts et Metiers

Aktiv seit 2012

Followers: 0   Following: 0

Nachricht

Professional Interests: Real time image processing on embeded systems targets

Statistik

  • First Review
  • Knowledgeable Level 2
  • First Answer

Abzeichen anzeigen

Feeds

Anzeigen nach

Beantwortet
car license plate character recognition using OCR
Hello. So you have reached chars segmentation step, and you have n Images of characters to be recognized. 3 methods to OCR cha...

mehr als 12 Jahre vor | 2

| akzeptiert

Beantwortet
Character Recognition for License Plate Recognition Sysytem
Hello there are many topics on OCR. I use CORR2 built-in function, to process OCR, ANN is better. I red your code... Smart! Yo...

mehr als 12 Jahre vor | 1

Beantwortet
require a code for automatic licencse plate recognition of vehicles.
Hi, You must use it as this. A = AnprEngine(Image, 0.17); Ok.... let me zip all files with the User-Interface "GUI" and tes...

mehr als 12 Jahre vor | 0

Beantwortet
simulink-using threshold
The answer is in your question. Don't use Relay block but Threshold Block... Friendly.

mehr als 12 Jahre vor | 0

Beantwortet
require a code for automatic licencse plate recognition of vehicles.
function [LPImageGray,LPImageBW,BW2,BW3,stats,LPImageTH,EdgeImage,imrefdata,ids,im] = AnprEngine( LPImage,thresh) %ANPRENG...

mehr als 12 Jahre vor | 2

| akzeptiert

Beantwortet
require a code for automatic licencse plate recognition of vehicles.
fi = imread('noplate.jpg'); %imshow(fi) fin = rgb2gray(fi); imshow(fin); d=double(fin) %ims...

mehr als 12 Jahre vor | 0

Beantwortet
How i extract number plate from a back side of car image. (I want to identify the car number by finding the car number plate ). Please reply if you have any idea.
Hello srikan. Don't even try to translate C++ code to matlab. Don't make confusion between programming languages and methods t...

mehr als 12 Jahre vor | 1

| akzeptiert