mahjoub el attar
Conservatoire National des Arts et Metiers
2012 年からアクティブ
Followers: 0 Following: 0
統計
MATLAB Answers
0 質問
7 回答
ランク
of 170,923
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
回答済み
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...
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...
13年以上 前 | 2
| 採用済み
回答済み
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...
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...
13年以上 前 | 1
回答済み
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...
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...
13年以上 前 | 0
回答済み
simulink-using threshold
The answer is in your question. Don't use Relay block but Threshold Block... Friendly.
simulink-using threshold
The answer is in your question. Don't use Relay block but Threshold Block... Friendly.
13年以上 前 | 0
回答済み
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...
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...
13年以上 前 | 2
| 採用済み
回答済み
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...
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...
13年以上 前 | 0
回答済み
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...
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...
13年以上 前 | 1
| 採用済み


