photo

Rinku


Con actividad desde 2014

Followers: 0   Following: 0

Mensaje

Estadística

MATLAB Answers

7 Preguntas
3 Respuestas

CLASIFICACIÓN
250.539
of 299.750

REPUTACIÓN
0

CONTRIBUCIONES
7 Preguntas
3 Respuestas

ACEPTACIÓN DE RESPUESTAS
28.57%

VOTOS RECIBIDOS
0

CLASIFICACIÓN
 of 20.792

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN

of 165.710

CONTRIBUCIONES
0 Problemas
0 Soluciones

PUNTUACIÓN
0

NÚMERO DE INSIGNIAS
0

CONTRIBUCIONES
0 Publicaciones

CONTRIBUCIONES
0 Público Canales

EVALUACIÓN MEDIA

CONTRIBUCIONES
0 Temas destacados

MEDIA DE ME GUSTA

  • First Review
  • Thankful Level 1
  • Revival Level 1
  • First Answer

Ver insignias

Feeds

Ver por

Respondida
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...

alrededor de 8 años hace | 0

Pregunta


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...

más de 10 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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 ...

más de 10 años hace | 2 respuestas | 0

2

respuestas

Respondida
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...

más de 10 años hace | 0

Pregunta


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...

más de 10 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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...

más de 10 años hace | 0 respuestas | 0

0

respuestas

Respondida
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 ...

más de 10 años hace | 0

Pregunta


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...

más de 10 años hace | 0 respuestas | 0

0

respuestas

Pregunta


matlab code for character segmentation
Hello,I am doing number plate recognition.please help me in number plate character segmentation by ostu's method

más de 10 años hace | 0 respuestas | 0

0

respuestas

Pregunta


Matlab code for image binarization by Otsu's thresholding
binarize image

más de 10 años hace | 2 respuestas | 0

2

respuestas