photo

waqas siddiqui


2016년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

3 질문
0 답변

순위
38,749
of 300,853

평판
1

참여
3 질문
0 답변

답변 채택
33.33%

획득한 표
1

순위
 of 21,094

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 171,319

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

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

대략 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

3

답변