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

4 vues (au cours des 30 derniers jours)
preethi
preethi le 7 Fév 2014
Commenté : Image Analyst le 11 Fév 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?

Réponses (1)

Image Analyst
Image Analyst le 7 Fév 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 commentaires
preethi
preethi le 11 Fév 2014
No that is not a pro
Image Analyst
Image Analyst le 11 Fév 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?

Connectez-vous pour commenter.

Community Treasure Hunt

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

Start Hunting!

Translated by