Effacer les filtres
Effacer les filtres

Feature Extraction and image classification

2 vues (au cours des 30 derniers jours)
Muhammed
Muhammed le 19 Mar 2024
Commenté : Muhammed le 20 Mar 2024
I need to extract features then classify the cancer images , there are 5 classes, which method should i use ?

Réponses (1)

Pratik
Pratik le 19 Mar 2024
Hi Muhammed,
As per my understanding, you want to extract feature from a image such that those features can be used for cancer image classification.
The specific features to be extracted can vary depending upon the dataset of the images. As a general approach, following example can be helpful. Using this method, you can extract 4096-dimensional feature vector for each image.
The example shows how to extract learned image features from a pretrained convolutional neural network and use those features to train an image classifier.
I hope this helps!
  1 commentaire
Muhammed
Muhammed le 20 Mar 2024
Thanks for the help, i will try it.

Connectez-vous pour commenter.

Community Treasure Hunt

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

Start Hunting!

Translated by