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 years 前 | 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 years 前 | 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 ...
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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 3 个回答 | 0


