Info

This question is closed. Reopen it to edit or answer.

matlab image classification does not respect input order?

1 view (last 30 days)
I am performing image classification in matlab. However, it seems that matlab image classification does not respect input order in the output probability table. My supervisors therefore suggest to include id labels of the input images in the output. However, I find it hard to find out how to do that. Anyone knows?
Thanx in advance!
Serge
  2 Comments
KALYAN ACHARJYA
KALYAN ACHARJYA on 28 Aug 2019
Are the input images names in sequential order? like im_1, im_2 etc........
Serge Mooijman
Serge Mooijman on 31 Aug 2019
Thank you for your answer. Indeed I had names like that: im_1 ..... im_9, im_10, ...... im_99, im_100 ect. I changed it to im_001 ..... im_009, im_010, ...... im_099, im_100 ect. Now my problem of changes in the original order are solved.

Answers (0)

Community Treasure Hunt

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

Start Hunting!