photo

Bereket Ayalew


2019년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

5 질문
1 답변

순위
152,215
of 301,620

평판
0

참여
5 질문
1 답변

답변 채택
40.0%

획득한 표
0

순위
 of 21,362

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 175,811

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 2
  • First Review
  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


Error using - Matrix dimensions must agree. Error in ONL_REC (line 48) temp=(norm(testimage-q))^2;
function [ ] =ONL_REC(); load latest load outputttt FDetect = vision.CascadeObjectDetector; vid=videoinput('winvideo',1,'Y...

거의 7년 전 | 답변 수: 0 | 0

0

답변

질문


Error using - Matrix dimensions must agree. Error in ONL_REC (line 48) temp=(norm(testimage-q))^2;
function [ ] =ONL_REC(); load latest load outputttt FDetect = vision.CascadeObjectDetector; vid=videoinput('winvideo',1,'Y...

거의 7년 전 | 답변 수: 0 | 0

0

답변

답변 있음
Error using Eigenfaces Too many output arguments. Error in ONL_REC (line 37) testimage=Eigenfaces*E;
yeah there is a confusion between a variable and function name that was eigenfaces...... thank you very much!!! but after ...

거의 7년 전 | 0

질문


Error using Eigenfaces Too many output arguments. Error in ONL_REC (line 37) testimage=Eigenfaces*E;
i want to check or recognized the image using my computer webcam by the following code that had trained in the neural network pr...

거의 7년 전 | 답변 수: 2 | 0

2

답변

질문


Error using - Matrix dimensions must agree. Error in Eigenfaces (line 14) t=double(z(i,:))-m;
function [ ] = Eigenfaces( ) z=[]; ta=[]; for ii=1:100 str=int2str(ii); str=strcat(str,'.jpg'); im=imread(st...

거의 7년 전 | 답변 수: 2 | 0

2

답변

질문


Error using * Inner matrix dimensions must agree.
function [ ] = Eigenfaces( ) z=[]; ta=[]; for i=1 str=int2str(i); str=strcat(str,'.JPG'); im=imread(s...

거의 7년 전 | 답변 수: 3 | 0

3

답변