jaya matuwani
2015 年からアクティブ
Followers: 0 Following: 0
統計
MATLAB Answers
6 質問
0 回答
ランク
of 153,912
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
i am making a face recognition system using HOG and ecoc model but i am getting 2 errors . can someone please tell me what do they mean and how do i get rid of them
Error using classreg.learning.classif.CompactClassificationECOC/predictEmptyX (line 100) X data must have 4680 columns. Erro...
9年以上 前 | 0 件の回答 | 0
0
回答質問
i am new to matlab . i found this code online for face recognition however i am not able to understand the syntax . can someone help please
%% Load Image Information from ATT Face Database Directory faceDatabase = imageSet('FaceDatabaseATT','recursive'); %...
9年以上 前 | 1 件の回答 | 0
1
回答質問
My project is based on face recognition
A webinar by Mr Avinash was available on the math works site . But the code is not completely shown in the video. Can someone he...
9年以上 前 | 1 件の回答 | 0
1
回答質問
is there a function or method to compare two hog images and find out if they are same ?
.
9年以上 前 | 0 件の回答 | 0
0
回答質問
I am trying to use the imageSet function with you database but it is giving me an error saying undefined function imageSet for input argument of type char. what should I do ?
faceDatabase = imageSet ('FaceDatabaseATT','recursive');
9年以上 前 | 2 件の回答 | 0
2
回答質問
how to display a query image and database side-side ? i have few lines but i am not able to proceed ahead with them as they are incomplete .
personToQuery=1; galleryImage=read(faceDatabase(personToQuery),1); figure; for i=1:size(faceDatabase,2);
10年弱 前 | 1 件の回答 | 0