photo

waqas siddiqui


Active since 2016

Followers: 0   Following: 0

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


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

meer dan 7 jaar ago | 1 answer | 0

1

answer

Question


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

meer dan 7 jaar ago | 2 answers | 0

2

answers

Question


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

bijna 8 jaar ago | 3 answers | 1

3

answers