필터 지우기
필터 지우기

running libor masek code for Iris Recognition

조회 수: 1 (최근 30일)
surabhi
surabhi 2014년 2월 12일
댓글: monee 2018년 11월 30일
When I run the libor masek code for Iris Recognition, I am calling the segmentiris function, i get the error message as
??? Undefined function or method 'conv2' for input arguments of type 'double' and attributes 'full 3d
real'.
Error in ==> filter2 at 73
y = conv2(hcol, hrow, x, shape);
Error in ==> canny at 40
im = filter2(gaussian,im); % Smoothed image.
Error in ==> findcircle at 43
[I2 or] = canny(image, sigma, scaling, vert, horz);
Error in ==> segmentiris at 49
[row, col, r] = findcircle(eyeimage, lirisradius, uirisradius, scaling, 2, 0.20, 0.19, 1.00, 0.00);
  댓글 수: 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 !!!

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

채택된 답변

Nitin
Nitin 2014년 3월 6일
You might need to run the createiristemplate.m
Include the subfolders using addgenpath so that the subfolders which contain files filter2, canny and so on can be accessed
  댓글 수: 5
Hind Shalfeh
Hind Shalfeh 2016년 5월 7일
I am having the same problem as you saikrishna osk ..if any one knows how to run it properly please help ..thanks.
monee
monee 2018년 11월 30일
i haveing the same problem2 can u help plzzz hind shalfeh

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

추가 답변 (0개)

Community Treasure Hunt

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

Start Hunting!

Translated by