fun=@minutie; L = nlfilter(K,[3 3],fun);
Show older comments
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
on 7 Feb 2014
0 votes
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
Image Analyst
on 7 Feb 2014
By the way, read this http://www.mathworks.com/matlabcentral/answers/13205-tutorial-how-to-format-your-question-with-markup and fix your post.
preethi
on 7 Feb 2014
Image Analyst
on 7 Feb 2014
I don't have any such code. You must have it. How did the line fun=@minutie; get in there? You must have written it or copied code that had written it. So either you or the code you copied must have that function. No one would have written that line of code otherwise - there's no reason to. So it must exist somewhere . Where is it? It's not built into MATLAB, I know that.
preethi
on 7 Feb 2014
Image Analyst
on 8 Feb 2014
Please format. Read this: http://www.mathworks.com/matlabcentral/answers/13205-tutorial-how-to-format-your-question-with-markup
Getting back to your original question, is it possible you misspelled the term. You have "minutie" - is it possible you should have said ""minutiae?
preethi
on 11 Feb 2014
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?
Categories
Find more on Common Operations in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!