photo

Praveen kumar


Con actividad desde 2016

Followers: 0   Following: 0

Mensaje

Estadística

MATLAB Answers

9 Preguntas
0 Respuestas

CLASIFICACIÓN
222.201
of 300.851

REPUTACIÓN
0

CONTRIBUCIONES
9 Preguntas
0 Respuestas

ACEPTACIÓN DE RESPUESTAS
33.33%

VOTOS RECIBIDOS
0

CLASIFICACIÓN
 of 21.094

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN

of 171.294

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

  • Thankful Level 1

Ver insignias

Feeds

Ver por

Pregunta


Undefined function 'readLetter' for input arguments of type 'logical'.
%NUMBERPLATEEXTRACTION extracts the characters from the input number plate image. f=imread('car3.jpg'); % Reading the numbe...

casi 10 años hace | 1 respuesta | 0

1

respuesta

Pregunta


img_r=imresize(n1,[42 24]); % imshow(img_r);figure; %Uncomment line below to see letters one by one % imshow(img_r);figure;pause(0.5) %------------------------------------------------------------------- % Call
Error using read_letter Too many input arguments. Error in main (line 132) letter=read_letter(img_r,num_letras); ...

casi 10 años hace | 0 respuestas | 0

0

respuestas

Pregunta


Undefined function 'clip' for input arguments of type 'logical'. Error in lines (line 3) aa=clip(aa); Error in main (line 81) [fl re]=lines(re);
function [fl re]=lines(aa) %Divide text in lines. aa=clip(aa); r=size(aa,1); for s=1:r if sum(aa(s,:))==0 ...

casi 10 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Error using load Unable to read file 'templates'. Input cannot be a directory. Error in main (line 75) load templates
plz help me i am not knowing what to do.this error is occurring..i had the templates file in my matlab folder.

casi 10 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Error using bitxor Matrix dimensions must agree. key1=bitxor(a,b);and key=imresize(key1,[1 256])
%key generation a=uint16(dec2bin(sud1)); b=uint16(dec2bin(sud2,8)); key1=bitxor(a,b); key=imresize(key1,[1 256])

casi 10 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Function definitions are not permitted in this context.
% minutiae function consists logic to check bifurcation and termination points function y=minutie(x) i=ceil(size(x/2)); if x...

casi 10 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Matrix dimensions must agree.error in t=r.*e;
%Binarisation e=im2bw(z); figure,imshow(e); title('binarized image'); r=im2bw(w); t=r.*e; figure,imshow(t); ...

casi 10 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Index exceeds matrix dimensions.error for the line m(1:floor(n/2))=mod(x1(1:floor(n/2),y1));
%finger print template generation d=bwdist(v); so=sort(d); ud=unique(so); UD=uint8(ud); uni=unique(UD); n=si...

casi 10 años hace | 2 respuestas | 0

2

respuestas

Pregunta


Function definitions are not permitted in this context. is the error
function y=minutie(x) i=ceil(size(x)/2); if x(i,i)==0; Y=0; else Y=sum(x(:))-1; end

casi 10 años hace | 1 respuesta | 0

1

respuesta