how to make image database in matlab?
Ältere Kommentare anzeigen
Matlab Datebase
Antworten (1)
Stalin Samuel
am 11 Mär. 2016
0 Stimmen
- Read all the images
- save it in a single variable using save command (e.g save var_name )
- you can use this saved images at any time by using load command (e.g load vart_name)
Kategorien
Mehr zu Read, Write, and Modify Image finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!