Libor Masek Iris Recognition Code

Hye,
Currently I'm working on Libor Masek Iris Recognition Code. Unfortunately when I run createiristemplate.m on MATLAB R2015a, it generated some erros like this:
>> createiristemplate('C:\S1001L01.jpg')
Undefined function or variable 'segmentiris'.
Error in createiristemplate (line 56)
[circleiris circlepupil imagewithnoise] = segmentiris(eyeimage);
I don't know how to fix those errors. Please help me. Thanks in advance.

2 件のコメント

James Pierce
James Pierce 2017 年 11 月 17 日
this is what iam doing
u need to run
>> addpath(genpath('D:\New folder (9)\Segmentation')) // edit with your directory that you put segmentiris.m
this is important because without addpath(genpath('')) matlab couldnt find where segmentiris.m located
and run createiristemplate.m which is i find u did wrong
>> createiristemplate('S2R001R01.jpg')
and dont forget to make diagnostics folder inside labor masek folder
and make sure to addpath(genpath()) every folder that have file.m in it
ok thats it, its pretty simple
suzwani ismail
suzwani ismail 2020 年 10 月 20 日
thank you for your answers ;)

サインインしてコメントする。

回答 (1 件)

ghada abd ellatif
ghada abd ellatif 2020 年 2 月 17 日

0 投票

can you send me the code that you excute it please ?

1 件のコメント

suzwani ismail
suzwani ismail 2020 年 10 月 20 日
hye, you can just download it from internet. it is free

サインインしてコメントする。

質問済み:

2016 年 6 月 7 日

コメント済み:

2020 年 10 月 20 日

Community Treasure Hunt

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

Start Hunting!

Translated by