Effacer les filtres
Effacer les filtres

how to write the mis-classified images in the separate folder?

2 vues (au cours des 30 derniers jours)
Shan Sha
Shan Sha le 28 Déc 2018
Commenté : Shan Sha le 28 Déc 2018
I am using KNN classifier. using confusion matrix i can seperate the misclassified images manually. But i want to write this misclassified images into a seperate folder ? I need a code to write this misclassified images into a seperate folder. do the needful. Thanks in advance.

Réponses (1)

Image Analyst
Image Analyst le 28 Déc 2018
You can use copyfile(), movefile(), or imwrite() to create or move the misclassified image to a different folder. Use mkdir() if the folder does not yet exist.
  3 commentaires
Image Analyst
Image Analyst le 28 Déc 2018
OK. My answer still is valid. Good luck.
Shan Sha
Shan Sha le 28 Déc 2018
my question is how to call the misclassified images alone into a seperate folder. i dont know how to call those image.

Connectez-vous pour commenter.

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