How to load CASIA Iris Version V1 database images..

조회 수: 10 (최근 30일)
Jyothi Alugolu
Jyothi Alugolu 2017년 5월 16일
댓글: Parul 2022년 10월 29일
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
Jyothi Alugolu
Jyothi Alugolu 2017년 5월 16일
that is not the question which i asked... i used recures.m file,but i am not getting all the subfolder images..
KSSV
KSSV 2017년 5월 16일
How your question of accessing images in sub folders/ folders is different from what given in the link?

댓글을 달려면 로그인하십시오.

채택된 답변

Walter Roberson
Walter Roberson 2017년 5월 16일
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
Parul
Parul 2022년 10월 29일
@Jyothi Alugolu can you please share the code for iris preprocessing on casia iris version 1 database

댓글을 달려면 로그인하십시오.

추가 답변 (1개)

Nimra Ibrar
Nimra Ibrar 2019년 6월 9일
please i need code of iris recognization if any one help?

카테고리

Help CenterFile Exchange에서 Audio and Video Data에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by