extract image from array.
2 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Naseeb Gill
le 30 Déc 2015
Commenté : Walter Roberson
le 31 Déc 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 commentaires
Réponse acceptée
Walter Roberson
le 30 Déc 2015
6 commentaires
Walter Roberson
le 31 Déc 2015
project_dir = 'C:\wherever\the\desktop\is\image_folder';
Then
fullFileName1 = fullfile( project_dir, FileName1);
and the corresponding for the second file.
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur National Instruments Frame Grabbers dans Help Center et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!