How to run Libor Masek code?

3 ビュー (過去 30 日間)
Neha
Neha 2013 年 3 月 18 日
コメント済み: Walter Roberson 2018 年 6 月 6 日
Hi, I am a B.TECH student i am also trying to simulate iris recognition code by Libor Masek can u please help me with how do I even start. I got confused how to implement it? what file is to be run first? please tell me the steps of running it. Thank you.
  5 件のコメント
MUKTHI YASWANTH
MUKTHI YASWANTH 2018 年 6 月 6 日
while running segmentiri.m file im gettng he following errors
Walter Roberson
Walter Roberson 2018 年 6 月 6 日
You probably need to rgb2gray(eyeimage) and work with that.

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

回答 (3 件)

Nitin
Nitin 2014 年 3 月 6 日
Hello,
You need to run the the createiristemplate.m file
Please make sure your images are in the right directory and add the command addpath(genpath('c:/Please fill as required/')) so that the other folders can also be accessed.
Also add the dianostics directory as mentioned in the code.
If your code runs fine, you should have the segmented iris image and other parameters in the folder.
For comparison purposes, you need to save the template and the mask which the function createiristemplate returns. You can save them in .mat format (Please check the save option in Matlab)
Once you have completed this process, say 2 images, you should have their respective iris codes and mask.
To compare the 2, use the function gethammingdistance.m in the Matching folder.
I would strongly recommend that you go through the thesis and the code so that you understand what is happening at each stage.
Hope this helps.

niyeti
niyeti 2013 年 5 月 4 日
i am facing the same problem, can u help me on this if u know how can we run it? please help!!
  1 件のコメント
badar bawani
badar bawani 2014 年 3 月 6 日
hi, the file you are trying to run is the wrong one try to run the file 'segmentiris.mat'
segmentiris.mat is the main file through which all the other files are called...
all the best !!!

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


badar bawani
badar bawani 2014 年 3 月 6 日
hi, the file you are trying to run is the wrong one try to run the file 'segmentiris.mat'
segmentiris.mat is the main file through which all the other files are called...
all the best !!!
  1 件のコメント
Behnam Jamali
Behnam Jamali 2015 年 4 月 1 日
hi, there is no file such as segmentiris.mat in the whole code. I think you mean segmentiris.m which is one of the function in the code. The thesis said we should start with createiristemplate.m.
best,

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

カテゴリ

Help Center および File ExchangeData Import and Analysis についてさらに検索

タグ

製品

Community Treasure Hunt

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

Start Hunting!

Translated by