Effacer les filtres
Effacer les filtres

How is multiclass classification and finding accuracy using ANN from the exracted features by LBP done?

2 vues (au cours des 30 derniers jours)
I have 5 class of images and in each class I have 5 images and I have extracted features using LBP(Local Binary Pattern) and I need to classify and find accuracy of it using ANN from the extracted features(it contains histogram of 0-255 ),Guide me please if possible with a code?
  3 commentaires
Sanjib
Sanjib le 28 Jan 2022
i=importdata('features.mat');
label=[1 1 1 1 1 2 2 2 2 2 3 3 3 3 3 4 4 4 4 4 5 5 5 5 5]
In the features.mat files extracted features of 25 images are there and it has 5 differerent class and each class contains 5 element. now taking 4 images from each class I need to train using ANN and the remaining must use as test and find the accuracy.
Imran Riaz
Imran Riaz le 11 Déc 2023
Have u done ? I also need MATLAB code for LBP features.

Connectez-vous pour commenter.

Réponses (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by