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

2 views (last 30 days)
preethi
preethi on 7 Feb 2014
Commented: Image Analyst on 11 Feb 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?

Answers (1)

Image Analyst
Image Analyst on 7 Feb 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 Comments
preethi
preethi on 11 Feb 2014
No that is not a pro
Image Analyst
Image Analyst on 11 Feb 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?

Sign in to comment.

Community Treasure Hunt

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

Start Hunting!