You are now following this question
- You will see updates in your followed content feed.
- You may receive emails, depending on your communication preferences.
how i short out from this.please help me.
1 view (last 30 days)
Show older comments
%% EXTRACT FEATURES FROM AN ARBITRARY FINGERPRINT
filename='101_1.tif';
img = imread(filename);
if ndims(img) == 3; img = rgb2gray(img); end % Color Images
disp(['Extracting features from ' filename '101_1.tif']);
ffnew=ext_finger(img,1);
error showing:
Error in main_single (line 8)
ffnew=ext_finger(img,1);
11 Comments
Geoff Hayes
on 28 Apr 2020
indrani - what is the full error message? Please copy and paste all of the red text (from the error) to this question. And where did you get the code for ext_finger? Is it from https://www.mathworks.com/matlabcentral/answers/281914-i-have-a-fingerprint-recognition-code-in-matlab-in-which-for-which-i-want-detail-explanations-all-t?
indrani dalui
on 28 Apr 2020
Dear sir ,here is the error message.from a file.actually this code downloded from internate,
Error in ext_finger (line 44)
[ binim, mask, cimg, cimg2, orient_img, orient_img_m ] = f_enhance(img);
Error in main_single (line 7)
ffnew=ext_finger(img,1);
indrani dalui
on 28 Apr 2020
Geoff Hayes
on 28 Apr 2020
indrani - you still haven't posted the full error message. I suspect though that it is something along the lines of "Undefined function or variable 'f_enhance'" which is a function that you probably need to request from the author of he code that you found at the link.
indrani dalui
on 28 Apr 2020
sir,
this the total error message
Extracting features from E:\Simple_FingerPrint_Matching\FVC2002\DB1_B\101_1.tif ...
>>> enhancement Undefined function or variable 'fft_enhance_cubs'.
Error in f_enhance (line 20)
enhimg = fft_enhance_cubs(img,6); % Enhance with Blocks 6x6
Error in ext_finger (line 44)
[ binim, mask, cimg, cimg2, orient_img, orient_img_m ] = f_enhance(img);
Error in main_single (line 7)
ffnew=ext_finger(img,1);
>>
indrani dalui
on 28 Apr 2020
sir ,i also attached the f_enhence.m file
Geoff Hayes
on 28 Apr 2020
So you are missing the function fft_enhance_cubs. Where did you get f_enhance from? Presumably the two functions (and maybe more?) would be together.
indrani dalui
on 28 Apr 2020
sir,please guide me what should i do?
indrani dalui
on 28 Apr 2020
dear sir ,
under a FExtraction file, so many m file are there.also attached the fft_enhence_clubs here.
Geoff Hayes
on 28 Apr 2020
indrani - you have to make sure that this file (and any others related to this work) can be found in the MATLAB Search Path. Since f_enhance can be found, then make sure that fft_enhance_cubs is in the same folder.
indrani dalui
on 30 Apr 2020
Dear sir,
when ,i was run this program the command window gives the result like this.i created a database there are only 8 fingerprint image,i saved.and but smilarity mathiching result look like this.sir please help me and guide what should i do.
Extracting features from D:\Simple_FingerPrint_Matching\indrani.tif ...
>>> enhancement done.
>>> making mask done.
>>> finding minutiae done.
>>> filtering false minutiae done.
Warning: Escaped character '\S' is not valid. See 'doc sprintf' for supported special characters.
> In main_single (line 31)
Computing similarity between D:1
Warning: Escaped character '\S' is not valid. See 'doc sprintf' for supported special characters.
> In main_single (line 31)
Computing similarity between D:0.77067
Warning: Escaped character '\S' is not valid. See 'doc sprintf' for supported special characters.
> In main_single (line 31)
Computing similarity between D:0.68476
Warning: Escaped character '\S' is not valid. See 'doc sprintf' for supported special characters.
> In main_single (line 31)
Computing similarity between D:0.88396
Warning: Escaped character '\S' is not valid. See 'doc sprintf' for supported special characters.
> In main_single (line 31)
Computing similarity between D:0.6742
Warning: Escaped character '\S' is not valid. See 'doc sprintf' for supported special characters.
> In main_single (line 31)
Computing similarity between D:0.71263
Warning: Escaped character '\S' is not valid. See 'doc sprintf' for supported special characters.
> In main_single (line 31)
Computing similarity between D:0.5766
Warning: Escaped character '\S' is not valid. See 'doc sprintf' for supported special characters.
> In main_single (line 31)
Computing similarity between D:0.73983
Warning: Escaped character '\S' is not valid. See 'doc sprintf' for supported special characters.
> In main_single (line 31)
Computing similarity between D:0.19739
Warning: Escaped character '\S' is not valid. See 'doc sprintf' for supported special characters.
> In main_single (line 31)
Computing similarity between D:0.24535
Warning: Escaped character '\S' is not valid. See 'doc sprintf' for supported special characters.
> In main_single (line 31)
Computing similarity between D:0.23262
Warning: Escaped character '\S' is not valid. See 'doc sprintf' for supported special characters.
> In main_single (line 31)
Computing similarity between D:0.22975
Warning: Escaped character '\S' is not valid. See 'doc sprintf' for supported special characters.
> In main_single (line 31)
Computing similarity between D:0.24618
Warning: Escaped character '\S' is not valid. See 'doc sprintf' for supported special characters.
> In main_single (line 31)
Computing similarity between D:0.19978
Warning: Escaped character '\S' is not valid. See 'doc sprintf' for supported special characters.
> In main_single (line 31)
Computing similarity between D:0.26673
Warning: Escaped character '\S' is not valid. See 'doc sprintf' for supported special characters.
> In main_single (line 31)
Computing similarity between D:0.22228
Warning: Escaped character '\S' is not valid. See 'doc sprintf' for supported special characters.
> In main_single (line 31)
Computing similarity between D:0.18019
Warning: Escaped character '\S' is not valid. See 'doc sprintf' for supported special characters.
> In main_single (line 31)
Computing similarity between D:0.2176
Warning: Escaped character '\S' is not valid. See 'doc sprintf' for supported special characters.
> In main_single (line 31)
Computing similarity between D:0.26673
Warning: Escaped character '\S' is not valid. See 'doc sprintf' for supported special characters.
> In main_single (line 31)
Computing similarity between D:0.30773
Warning: Escaped character '\S' is not valid. See 'doc sprintf' for supported special characters.
> In main_single (line 31)
Computing similarity between D:0.29848
Warning: Escaped character '\S' is not valid. See 'doc sprintf' for supported special characters.
> In main_single (line 31)
Computing similarity between D:0.19462
Warning: Escaped character '\S' is not valid. See 'doc sprintf' for supported special characters.
> In main_single (line 31)
Computing similarity between D:0.22975
Warning: Escaped character '\S' is not valid. See 'doc sprintf' for supported special characters.
> In main_single (line 31)
Computing similarity between D:0.31025
Warning: Escaped character '\S' is not valid. See 'doc sprintf' for supported special characters.
> In main_single (line 31)
Computing similarity between D:0.24772
Warning: Escaped character '\S' is not valid. See 'doc sprintf' for supported special characters.
> In main_single (line 31)
Computing similarity between D:0.22396
Warning: Escaped character '\S' is not valid. See 'doc sprintf' for supported special characters.
> In main_single (line 31)
Computing similarity between D:0.23883
Warning: Escaped character '\S' is not valid. See 'doc sprintf' for supported special characters.
> In main_single (line 31)
Computing similarity between D:0.25713
Warning: Escaped character '\S' is not valid. See 'doc sprintf' for supported special characters.
> In main_single (line 31)
Computing similarity between D:0.25595
Warning: Escaped character '\S' is not valid. See 'doc sprintf' for supported special characters.
> In main_single (line 31)
Computing similarity between D:0.25641
Warning: Escaped character '\S' is not valid. See 'doc sprintf' for supported special characters.
> In main_single (line 31)
Computing similarity between D:0.20242
Warning: Escaped character '\S' is not valid. See 'doc sprintf' for supported special characters.
> In main_single (line 31)
Computing similarity between D:0.27989
Warning: Escaped character '\S' is not valid. See 'doc sprintf' for supported special characters.
> In main_single (line 31)
Computing similarity between D:0.19508
Warning: Escaped character '\S' is not valid. See 'doc sprintf' for supported special characters.
> In main_single (line 31)
Computing similarity between D:0.19508
Warning: Escaped character '\S' is not valid. See 'doc sprintf' for supported special characters.
> In main_single (line 31)
Computing similarity between D:0.19508
Warning: Escaped character '\S' is not valid. See 'doc sprintf' for supported special characters.
> In main_single (line 31)
Computing similarity between D:0.20146
Warning: Escaped character '\S' is not valid. See 'doc sprintf' for supported special characters.
> In main_single (line 31)
Computing similarity between D:0.29691
Warning: Escaped character '\S' is not valid. See 'doc sprintf' for supported special characters.
> In main_single (line 31)
Computing similarity between D:0.17408
Warning: Escaped character '\S' is not valid. See 'doc sprintf' for supported special characters.
> In main_single (line 31)
Computing similarity between D:0.18019
Warning: Escaped character '\S' is not valid. See 'doc sprintf' for supported special characters.
> In main_single (line 31)
Computing similarity between D:0.31672
Warning: Escaped character '\S' is not valid. See 'doc sprintf' for supported special characters.
> In main_single (line 31)
Computing similarity between D:0.29854
Warning: Escaped character '\S' is not valid. See 'doc sprintf' for supported special characters.
> In main_single (line 31)
Computing similarity between D:0.26869
Warning: Escaped character '\S' is not valid. See 'doc sprintf' for supported special characters.
> In main_single (line 31)
Computing similarity between D:0.2849
Warning: Escaped character '\S' is not valid. See 'doc sprintf' for supported special characters.
> In main_single (line 31)
Computing similarity between D:0.28721
Warning: Escaped character '\S' is not valid. See 'doc sprintf' for supported special characters.
> In main_single (line 31)
Computing similarity between D:0.2804
Warning: Escaped character '\S' is not valid. See 'doc sprintf' for supported special characters.
> In main_single (line 31)
Computing similarity between D:0.31545
Warning: Escaped character '\S' is not valid. See 'doc sprintf' for supported special characters.
> In main_single (line 31)
Computing similarity between D:0.29967
Warning: Escaped character '\S' is not valid. See 'doc sprintf' for supported special characters.
> In main_single (line 31)
Computing similarity between D:0.31672
Warning: Escaped character '\S' is not valid. See 'doc sprintf' for supported special characters.
> In main_single (line 31)
Computing similarity between D:0.30151
Warning: Escaped character '\S' is not valid. See 'doc sprintf' for supported special characters.
> In main_single (line 31)
Computing similarity between D:0.31545
Warning: Escaped character '\S' is not valid. See 'doc sprintf' for supported special characters.
> In main_single (line 31)
Computing similarity between D:0.29262
Warning: Escaped character '\S' is not valid. See 'doc sprintf' for supported special characters.
> In main_single (line 31)
Computing similarity between D:0.30457
Warning: Escaped character '\S' is not valid. See 'doc sprintf' for supported special characters.
> In main_single (line 31)
Computing similarity between D:0.32233
Warning: Escaped character '\S' is not valid. See 'doc sprintf' for supported special characters.
> In main_single (line 31)
Computing similarity between D:0.25226
Warning: Escaped character '\S' is not valid. See 'doc sprintf' for supported special characters.
> In main_single (line 31)
Computing similarity between D:0.22004
Warning: Escaped character '\S' is not valid. See 'doc sprintf' for supported special characters.
> In main_single (line 31)
Computing similarity between D:0.2804
Warning: Escaped character '\S' is not valid. See 'doc sprintf' for supported special characters.
> In main_single (line 31)
Computing similarity between D:0.28651
Warning: Escaped character '\S' is not valid. See 'doc sprintf' for supported special characters.
> In main_single (line 31)
Computing similarity between D:0.26444
Warning: Escaped character '\S' is not valid. See 'doc sprintf' for supported special characters.
> In main_single (line 31)
Computing similarity between D:0.24568
Warning: Escaped character '\S' is not valid. See 'doc sprintf' for supported special characters.
> In main_single (line 31)
Computing similarity between D:0.20124
Warning: Escaped character '\S' is not valid. See 'doc sprintf' for supported special characters.
> In main_single (line 31)
Computing similarity between D:0.22205
Warning: Escaped character '\S' is not valid. See 'doc sprintf' for supported special characters.
> In main_single (line 31)
Computing similarity between D:0.2414
Warning: Escaped character '\S' is not valid. See 'doc sprintf' for supported special characters.
> In main_single (line 31)
Computing similarity between D:0.23442
Warning: Escaped character '\S' is not valid. See 'doc sprintf' for supported special characters.
> In main_single (line 31)
Computing similarity between D:0.23269
Warning: Escaped character '\S' is not valid. See 'doc sprintf' for supported special characters.
> In main_single (line 31)
Computing similarity between D:0.24175
Warning: Escaped character '\S' is not valid. See 'doc sprintf' for supported special characters.
> In main_single (line 31)
Computing similarity between D:0.24618
Warning: Escaped character '\S' is not valid. See 'doc sprintf' for supported special characters.
> In main_single (line 31)
Computing similarity between D:0.26382
Warning: Escaped character '\S' is not valid. See 'doc sprintf' for supported special characters.
> In main_single (line 31)
Computing similarity between D:0.28204
Warning: Escaped character '\S' is not valid. See 'doc sprintf' for supported special characters.
> In main_single (line 31)
Computing similarity between D:0.27713
Warning: Escaped character '\S' is not valid. See 'doc sprintf' for supported special characters.
> In main_single (line 31)
Computing similarity between D:0.23355
Warning: Escaped character '\S' is not valid. See 'doc sprintf' for supported special characters.
> In main_single (line 31)
Computing similarity between D:0.27713
Warning: Escaped character '\S' is not valid. See 'doc sprintf' for supported special characters.
> In main_single (line 31)
Computing similarity between D:0.27247
Matched_FigerPrints =
1
2
3
4
5
6
7
8
Answers (0)
See Also
Categories
Find more on Characters and Strings in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!An Error Occurred
Unable to complete the action because of changes made to the page. Reload the page to see its updated state.
Select a Web Site
Choose a web site to get translated content where available and see local events and offers. Based on your location, we recommend that you select: .
You can also select a web site from the following list
How to Get Best Site Performance
Select the China site (in Chinese or English) for best site performance. Other MathWorks country sites are not optimized for visits from your location.
Americas
- América Latina (Español)
- Canada (English)
- United States (English)
Europe
- Belgium (English)
- Denmark (English)
- Deutschland (Deutsch)
- España (Español)
- Finland (English)
- France (Français)
- Ireland (English)
- Italia (Italiano)
- Luxembourg (English)
- Netherlands (English)
- Norway (English)
- Österreich (Deutsch)
- Portugal (English)
- Sweden (English)
- Switzerland
- United Kingdom(English)
Asia Pacific
- Australia (English)
- India (English)
- New Zealand (English)
- 中国
- 日本Japanese (日本語)
- 한국Korean (한국어)