ahmad lemah
2017 年からアクティブ
Followers: 0 Following: 0
統計
MATLAB Answers
4 質問
0 回答
ランク
of 154,317
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
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