Link .CSV file to image file names

3 Ansichten (letzte 30 Tage)
montek singh
montek singh am 7 Dez. 2017
Beantwortet: Duncan Lilley am 12 Dez. 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

Antworten (1)

Duncan Lilley
Duncan Lilley am 12 Dez. 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.

Kategorien

Mehr zu Data Import and Analysis finden Sie in Help Center und File Exchange

Produkte

Community Treasure Hunt

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

Start Hunting!

Translated by