Feeds
질문
Error { using * Inner matrix dimensions must agree.} in EigenfaceCore.m ==> Eigenfaces = A * (L_eig_vec); % A: centered image vectors in main.m ==> [m, A, Eigenfaces] = EigenfaceCore(T);
This code was running well when the training image names were in sequential order, but i change their names into k132235_1.bmp ,...
대략 9년 전 | 답변 수: 1 | 0
1
답변질문
Error using reshape To RESHAPE the number of elements must not change. Error in load_database (line 17) v(:,(i-1)*10+j)=reshape(a,size(a,1)*size(a,2),1); Error in official (line 75) number = libCheck(load_database(5),imread('test2.b
if(isempty(loaded)) v=zeros(10304,10*n); for i=1:n cd(strcat('C:\Users\123\Videos\matlabFaceRecognitionRealTi...
대략 9년 전 | 답변 수: 2 | 0
2
답변질문
I AM NOT UNDERSTANDING THE ERROR THIS IS MY CODE ERROR:-Error using horzcat Dimensions of matrices being concatenated are not consistent. Error in personIdentifierImageReader (line 21) image_data1 = [image_data1, last_image];
clear all close all % Training Data % Train File chosen_folder = 'C:\Users\123\Music\face-recognition-master\p...
대략 9년 전 | 답변 수: 3 | 1
