how to write the mis-classified images in the separate folder?
조회 수: 1 (최근 30일)
이전 댓글 표시
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.
댓글 수: 0
답변 (1개)
Image Analyst
2018년 12월 28일
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
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!