Feeds
提问
Please help find the error in my face recognition using eigenvectors and eigenvalues!!!!
I copied this code from a textbook but I am still getting this error: Undefined function or variable 'proj_new'. Error in...
10 years 前 | 1 个回答 | 0
1
个回答提问
Face recognition using eigenvalues code...PLEASE HELP!!
I am creating a code that will implement face recognition using eigenvalues and eigenvectors. The code was copied from a textboo...
10 years 前 | 1 个回答 | 0
1
个回答提问
Face recognition using eigenvalues code...PLEASE HELP!!
I am creating a code that will implement face recognition using eigenvalues and eigenvectors. The code was copied from a textboo...
10 years 前 | 1 个回答 | 0
1
个回答提问
Beginner..Please HELP! How to upload a database for face recognition
I want to create a code that will recognize an image after noise/blurring has been applied to a randomized picture. I created my...
10 years 前 | 1 个回答 | 0
1
个回答提问
My text book gives matlab codes to copy directly, but Im trying to run a Jacobi iteration and it keeps telling me that there are not enough inputs. I have copied them from the textbook verbatin, please help me! I dont know why Im getting an error
function x = Jacobi(A,b,x0,tol,maxit) [n, m] = size(A); xold = x0; C = -A; for i = 1:n ...
10 years 前 | 0 个回答 | 0