Effacer les filtres
Effacer les filtres

Classification of images through Artificial Neural network

3 vues (au cours des 30 derniers jours)
Durga
Durga le 5 Nov 2014
Commenté : Shahid Wani le 14 Mai 2019
After extracting features from an image,when i try to classify the images using ANN tool in MATLAB,i see i need to import an image database of extension ".mat". I have many images in different folders which i need to classify.And i could not create a .mat file from the images which suits the ANN tool available in MATLAB. I can't understand how to create .mat image database file from these images?need help.Plz.
  1 commentaire
Shahid Wani
Shahid Wani le 14 Mai 2019
Hi Dear Durga
Dear can you please help me to how to do classification of images using ANN. Actually i am doing my thesis work and i need your help please help me.
with regards
Shahid Hussain Wani
wanishahid999@gmail.com

Connectez-vous pour commenter.

Réponse acceptée

Image Analyst
Image Analyst le 5 Nov 2014
Just save all your features in whatever variable the ANN wants. Let's say it's called featureVector. Then save it:
save(filename, 'featureVector');

Plus de réponses (0)

Catégories

En savoir plus sur Image Data Workflows dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by