Classification Methods for images
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Serife Kaba
le 29 Déc 2022
Réponse apportée : Image Analyst
le 29 Déc 2022
Dear Sir/ Madam,
I have made a binary classification based on images of coronary vessels using the AlexNet classification method.
Is it possible to write and display on the images as True Positive and True Negative, which code can I use?
I would be grateful if you could give me some ideas
Best regards
Serife Kaba
0 commentaires
Réponse acceptée
Image Analyst
le 29 Déc 2022
Sure. After you call predict you have an array of the assigned classes for the list of images you passed in. You can just go down that list in a for loop calling imread() and text() to display and label the image with the class that the network decided it matched best.
0 commentaires
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Image Data Workflows dans Help Center et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!