Feeds
回答済み
Can anyone please clear my doubt on this. I'm doing character recognition from vehicle number plates.
clc; % Clear command window. clear all; % Delete all variables. close all; % Close all figure windows except those creat...
Can anyone please clear my doubt on this. I'm doing character recognition from vehicle number plates.
clc; % Clear command window. clear all; % Delete all variables. close all; % Close all figure windows except those creat...
7年以上 前 | 0
質問
matlab code for character segmentation by horizontal and vertical projection profile
I do segmentation by Bounding Box but i try by projection profile method.For bounding box method the cod is, %% Label connect...
約10年 前 | 1 件の回答 | 0
1
回答質問
How do I remove the square box surrounding on the single digit?
<</matlabcentral/answers/uploaded_files/24114/pic.png>> when i try to recognize the digit that surrounded by square box ,but ...
約10年 前 | 2 件の回答 | 0
2
回答回答済み
How to automatically identify text lines from projection plot?
try this code; img = rgb2gray(imread('arabic.jpg')); [R, xp] = radon(bw_closed, [0 90]); figure; plot(xp,R(:,2)); title('at a...
How to automatically identify text lines from projection plot?
try this code; img = rgb2gray(imread('arabic.jpg')); [R, xp] = radon(bw_closed, [0 90]); figure; plot(xp,R(:,2)); title('at a...
約10年 前 | 0
質問
matlab code for character segmentation
Can anyone please clear my doubt on this. My requirement is to isolate the region from the whole image and i have to recognize t...
約10年 前 | 0 件の回答 | 0
0
回答質問
matlab code for line segmentation row by row by ostu's method
Can anyone please clear my doubt on this. My requirement is to isolate the region from the whole image and i have to recognize t...
約10年 前 | 0 件の回答 | 0
0
回答回答済み
character recognition
Hello Ashish, I am also doing some related work like container plate. Can you help me. I cannot extract the characters from the ...
character recognition
Hello Ashish, I am also doing some related work like container plate. Can you help me. I cannot extract the characters from the ...
約10年 前 | 0
質問
matlab code for character segmentation by horizontal and vertical projection profile
Hello,I am doing number plate recognition.please help me in number plate character segmentation by horizontal and vertical proje...
約10年 前 | 0 件の回答 | 0
0
回答質問
matlab code for character segmentation
Hello,I am doing number plate recognition.please help me in number plate character segmentation by ostu's method
約10年 前 | 0 件の回答 | 0