extract image from array.
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Naseeb Gill
el 30 de Dic. de 2015
Comentada: Walter Roberson
el 31 de Dic. de 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 comentarios
Respuesta aceptada
Walter Roberson
el 30 de Dic. de 2015
6 comentarios
Walter Roberson
el 31 de Dic. de 2015
project_dir = 'C:\wherever\the\desktop\is\image_folder';
Then
fullFileName1 = fullfile( project_dir, FileName1);
and the corresponding for the second file.
Más respuestas (0)
Ver también
Categorías
Más información sobre National Instruments Frame Grabbers en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!