필터 지우기
필터 지우기

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

조회 수: 2 (최근 30일)
Shan Sha
Shan Sha 2018년 12월 28일
댓글: Shan Sha 2018년 12월 28일
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.

답변 (1개)

Image Analyst
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
Image Analyst
Image Analyst 2018년 12월 28일
OK. My answer still is valid. Good luck.
Shan Sha
Shan Sha 2018년 12월 28일
my question is how to call the misclassified images alone into a seperate folder. i dont know how to call those image.

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Image Data Workflows에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by