Info

This question is closed. Reopen it to edit or answer.

we are implementing gabor enhancement instead of fft in finger print recognition. but when i execute the below code for gabor enhancement i am not getting output for enhancement. can u please suggest me ?its very urgent.

1 view (last 30 days)
text_gabor='Enhancement by gabor';
h = uicontrol(FigWin,...
'Style','pushbutton',...
'Position',[0,280,80,20],...
'String','gabor',...
'Callback',...
['
[Note: code originally posted has syntax error at this point]
subplot(AxesHandle1);
image1 = gaborfilter1(image1,2,4,16,pi/3);
imagesc(image1);
title(text_gabor);

Answers (0)

Community Treasure Hunt

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

Start Hunting!