Statistics
RANK
197,043
of 295,467
REPUTATION
0
CONTRIBUTIONS
7 Questions
3 Answers
ANSWER ACCEPTANCE
28.57%
VOTES RECEIVED
0
RANK
of 20,234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,912
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
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...
7 years ago | 0
Question
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 years ago | 1 answer | 0
1
answerQuestion
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 years ago | 2 answers | 0
2
answersHow 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 years ago | 0
Question
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 years ago | 0 answers | 0
0
answersQuestion
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 years ago | 0 answers | 0
0
answerscharacter 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 years ago | 0
Question
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 years ago | 0 answers | 0
0
answersQuestion
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 years ago | 0 answers | 0
0
answersQuestion
Matlab code for image binarization by Otsu's thresholding
binarize image
10 years ago | 2 answers | 0