fun=@minutie; L = nlfilter(K,[3 3],fun);

2 visualizaciones (últimos 30 días)
preethi
preethi el 7 de Feb. de 2014
Comentada: Image Analyst el 11 de Feb. de 2014
fun=@minutie; L = nlfilter(K,[3 3],fun);
??? Error using ==> feval Undefined command/function 'minutie'. Error in ==> nlfilter at 58 b = mkconstarray(class(feval(fun,aa(1+rows,1+cols),params{:})), 0, size(a)); Error in ==> readimage at 38 L = nlfilter(bw2,[3 3],fun);
can anybody help me?

Respuestas (1)

Image Analyst
Image Analyst el 7 de Feb. de 2014
You do not have a function called "minutie" on your search path. Check your spelling. Or move that m-file into the same folder as your readimage() function.
  7 comentarios
preethi
preethi el 11 de Feb. de 2014
No that is not a pro
Image Analyst
Image Analyst el 11 de Feb. de 2014
Not sure what that means. Presumably it means that you have not misspelled anything. So then we get back to my original answer which is that you do not have a function names that anywhere on your search path. Why do you think you should?

Iniciar sesión para comentar.

Etiquetas

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by