photo

waqas siddiqui


2016년부터 활동

Followers: 0   Following: 0

통계학

  • Thankful Level 1

배지 보기

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 ,...

7년 초과 전 | 답변 수: 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...

7년 초과 전 | 답변 수: 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...

거의 8년 전 | 답변 수: 3 | 1

3

답변