ahmad lemah
2017년부터 활동
Followers: 0 Following: 0
Feeds
질문
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); ...
7년 초과 전 | 답변 수: 0 | 0
0
답변질문
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...
7년 초과 전 | 답변 수: 0 | 0
0
답변질문
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...
7년 초과 전 | 답변 수: 0 | 0
0
답변질문
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...
7년 초과 전 | 답변 수: 1 | 0