extract image from array.
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
Naseeb Gill
am 30 Dez. 2015
Kommentiert: Walter Roberson
am 31 Dez. 2015
I take down some snapshots from logitech camera and images are stored in array form in pics folder name. Now I want to see those pictures (in png format). So how can i extract iamges from those array. number of images are 20.
0 Kommentare
Akzeptierte Antwort
Walter Roberson
am 30 Dez. 2015
6 Kommentare
Walter Roberson
am 31 Dez. 2015
project_dir = 'C:\wherever\the\desktop\is\image_folder';
Then
fullFileName1 = fullfile( project_dir, FileName1);
and the corresponding for the second file.
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu National Instruments Frame Grabbers 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!