Link .CSV file to image file names

2 visualizzazioni (ultimi 30 giorni)
montek singh
montek singh il 7 Dic 2017
Risposto: Duncan Lilley il 12 Dic 2017
I am new to matlab
I have 2 datasets- csv file and images The name of image is stored in a csv file along with its class.
Is there any way to map the image files to classes in csv such that all the files of one category lie is one sub folder

Risposte (1)

Duncan Lilley
Duncan Lilley il 12 Dic 2017
Hello,
First you will want to import the data from your CSV file. In MATLAB, you can right-click on the file in the Current Folder browser and select "Import Data...". Then, once you have made sure that the data will be imported correctly, you can choose the drop-down menu under "Import Selection" and generate a script or function to import this data in the future. More information about importing data in this way can be found on the documentation page for "uiimport".
Once the data is imported, you can iterate through the resulting data structure using a for-loop. Then, for each entry, you can move the corresponding image file to a subfolder determined by the category of the image. Files can be moved using the "movefile" function.

Categorie

Scopri di più su Data Import and Analysis in Help Center e File Exchange

Prodotti

Community Treasure Hunt

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

Start Hunting!

Translated by