필터 지우기
필터 지우기

can anyone help me rectify matlab code for iris recognition? i am working on liber maseks open source code. but i am getting errors.. pls help..

조회 수: 2 (최근 30일)
  댓글 수: 1
Image Analyst
Image Analyst 2013년 1월 29일
You'll have to be more specific than that if you want any help. No one is going to dive that deep and help you along every step of the way. We don't have time for that.

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

답변 (2개)

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 !!!

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.

카테고리

Help CenterFile Exchange에서 Image Data Workflows에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by