jaya matuwani
Followers: 0 Following: 0
Statistics
6 Questions
0 Answers
RANK
241,991
of 295,467
REPUTATION
0
CONTRIBUTIONS
6 Questions
0 Answers
ANSWER ACCEPTANCE
16.67%
VOTES RECEIVED
0
RANK
of 20,234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,912
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
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 years ago | 0 answers | 0
0
answersQuestion
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 years ago | 1 answer | 0
1
answerQuestion
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 years ago | 1 answer | 0
1
answerQuestion
is there a function or method to compare two hog images and find out if they are same ?
.
9 years ago | 0 answers | 0
0
answersQuestion
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 years ago | 2 answers | 0
2
answersQuestion
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 years ago | 1 answer | 0