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

4 次查看(过去 30 天)
preethi
preethi 2014-2-7
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?

回答(1 个)

Image Analyst
Image Analyst 2014-2-7
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 个评论
Image Analyst
Image Analyst 2014-2-11
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?

请先登录,再进行评论。

标签

Community Treasure Hunt

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

Start Hunting!

Translated by