i am sending 4 images out of 108 images..please have a look how the images are stored with file names...
How to load CASIA Iris Version V1 database images..
7 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Jyothi Alugolu
el 16 de Mayo de 2017
Comentada: Parul
el 29 de Oct. de 2022
Hello, CASIA Iris Image Database Version 1.0 (CASIA-IrisV1) includes 756 iris images from 108 eyes. For each eye, 7 images are captured in two folders...totally there are 108 folders(eyes) and each folder contains 2 sub-folders by name 1 (right eye) and 2 (left eye)..1st sub-folder contains 3 images and 2nd sub-folder contains 4 images... How can i load all the images from all the folders and sub-folders?
4 comentarios
KSSV
el 16 de Mayo de 2017
How your question of accessing images in sub folders/ folders is different from what given in the link?
Respuesta aceptada
Walter Roberson
el 16 de Mayo de 2017
https://www.mathworks.com/help/vision/ref/imageset-class.html
imgSetVector = imageSet(imgFolder,'recursive')
Or you could create an imageDatastore, and use it; see for example https://www.mathworks.com/help/matlab/import_export/read-and-analyze-image-files.html
18 comentarios
Walter Roberson
el 6 de Feb. de 2018
Parul
el 29 de Oct. de 2022
@Jyothi Alugolu can you please share the code for iris preprocessing on casia iris version 1 database
Más respuestas (1)
Nimra Ibrar
el 9 de Jun. de 2019
please i need code of iris recognization if any one help?
1 comentario
Ver también
Categorías
Más información sobre Audio and Video Data en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!