필터 지우기
필터 지우기

Image normalization using Daugman Rubber sheet model

조회 수: 2 (최근 30일)
syahira samsudin
syahira samsudin 2019년 4월 15일
댓글: syahira samsudin 2019년 4월 16일
Hello everyone. i have segmenated image of iris and i need to normalize it using daugman rubber sheet model. i tried using https://www.mathworks.com/matlabcentral/fileexchange/51246-pupil-limbus-detection-and-daugman-normalization but i cannot get the output.
here's the error. can expalin how to use it?
i also put declaration like this; and dont get the output
% % Input parameters
% xPosPupil = 625;
% yPosPupil = 306;
% rPupil = 70;
% xPosIris = 625;
% yPosIris = 306;
% rIris = 250;
soalan.JPG

채택된 답변

Frank Martin
Frank Martin 2019년 4월 15일
You are calling the daugmanCircleDetection function which complains that it cannot find the class ASSStack. To solve this you should make sure that Matlab can find the class (https://github.com/frankcorneliusmartin/IrisAlgorithms/blob/master/Classes/ASSStack.m) . However: The function daugmanCircleDetection is used to segment the limbus and pupil, and not for normalization.
You should call the function rubberSheetNormalisation instead to perform the normalization, which is defined in https://github.com/frankcorneliusmartin/IrisAlgorithms/blob/master/Segmentation/rubberSheetNormalisation.m
  댓글 수: 5
Frank Martin
Frank Martin 2019년 4월 16일
I feel this is no longer in the scope of providing support for my script, as these are more general Matlab questions. I recommend you follow some basic Matlab tutorials from:
syahira samsudin
syahira samsudin 2019년 4월 16일
okay thank you sir

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

추가 답변 (0개)

Community Treasure Hunt

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

Start Hunting!

Translated by