Statistiques
RANG
59 846
of 297 016
RÉPUTATION
0
CONTRIBUTIONS
7 Questions
3 Réponses
ACCEPTATION DE VOS RÉPONSES
28.57%
VOTES REÇUS
0
RANG
of 20 419
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 157 725
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE 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...
plus de 7 ans il y a | 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...
environ 10 ans il y a | 1 réponse | 0
1
réponseQuestion
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 ...
environ 10 ans il y a | 2 réponses | 0
2
réponsesHow 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...
environ 10 ans il y a | 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...
environ 10 ans il y a | 1 réponse | 0
0
réponseQuestion
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...
environ 10 ans il y a | 1 réponse | 0
0
réponsecharacter recognition
Hello Ashish, I am also doing some related work like container plate. Can you help me. I cannot extract the characters from the ...
environ 10 ans il y a | 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...
environ 10 ans il y a | 1 réponse | 0
0
réponseQuestion
matlab code for character segmentation
Hello,I am doing number plate recognition.please help me in number plate character segmentation by ostu's method
environ 10 ans il y a | 1 réponse | 0
0
réponseQuestion
Matlab code for image binarization by Otsu's thresholding
binarize image
environ 10 ans il y a | 2 réponses | 0