Statistics
4 Questions
0 Answers
RANK
88,502
of 300,571
REPUTATION
0
CONTRIBUTIONS
4 Questions
0 Answers
ANSWER ACCEPTANCE
25.0%
VOTES RECEIVED
0
RANK
of 21,027
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 169,680
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
please i'm getting this error when i run the script to extract lbp feature from 320 images 112x92 pixel each image (Subscripted assignment dimension mismatch.)
%% Extract Local binary pattern Features for training set trainingFeatures = zeros(size(training,2)*training(1).Count,40); ...
8 years ago | 0 answers | 0
0
answersQuestion
please how can i call these function to extract and display the images when i run the script i get an error like this (Error using LBPFeature Too many output arguments.)
%% Extract and display Local binary pattern Features for single face person = 5; [Featureex, visualization]= LBPFeature(r...
8 years ago | 0 answers | 0
0
answersQuestion
how can i generate input and target data set to train neural network for face recognition, i have 400, images and i want to use 80% for training and 20% for testing
i'm working on the local binary pattern (LBP) and local ternary pattern (LTP) for face recognition using feed forward neural net...
8 years ago | 0 answers | 0
0
answersQuestion
please how can i save the extracted feature in bmp format, i tried saving it but is not working
here is the code % Dir = 'C:\Users\Markama\Documents\MATLAB\Ahmad lema\Att faces\orl_faces\test\'; % % Read images fro...
8 years ago | 1 answer | 0
