Info

This question is closed. Reopen it to edit or answer.

this code for face recognition system is showing argument error in facerec. please suggest how to remove that.

1 view (last 30 days)
function [person_index,maxlogpseq] = facerec(DATABASE,myDatabase,minmax)
I = imread(DATABASE);
try
I = rgb2gray(I);
end
  1 Comment
Walter Roberson
Walter Roberson on 26 Jan 2016
You have not shown the error message.
The code as shown will fail because you have not assigned anything to person_index or maxlogpseq

Answers (0)

Community Treasure Hunt

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

Start Hunting!