現在この質問をフォロー中です
- フォローしているコンテンツ フィードに更新が表示されます。
- コミュニケーション基本設定に応じて電子メールを受け取ることができます。
how i short out from this.please help me.
3 ビュー (過去 30 日間)
古いコメントを表示
%% 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 件のコメント
Geoff Hayes
2020 年 4 月 28 日
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
2020 年 4 月 28 日
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
2020 年 4 月 28 日
Geoff Hayes
2020 年 4 月 28 日
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
2020 年 4 月 28 日
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);
>>
Geoff Hayes
2020 年 4 月 28 日
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
2020 年 4 月 28 日
dear sir ,
under a FExtraction file, so many m file are there.also attached the fft_enhence_clubs here.
Geoff Hayes
2020 年 4 月 28 日
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
2020 年 4 月 30 日
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
回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Axes Appearance についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!エラーが発生しました
ページに変更が加えられたため、アクションを完了できません。ページを再度読み込み、更新された状態を確認してください。
Web サイトの選択
Web サイトを選択すると、翻訳されたコンテンツにアクセスし、地域のイベントやサービスを確認できます。現在の位置情報に基づき、次のサイトの選択を推奨します:
また、以下のリストから Web サイトを選択することもできます。
最適なサイトパフォーマンスの取得方法
中国のサイト (中国語または英語) を選択することで、最適なサイトパフォーマンスが得られます。その他の国の MathWorks のサイトは、お客様の地域からのアクセスが最適化されていません。
南北アメリカ
- América Latina (Español)
- Canada (English)
- United States (English)
ヨーロッパ
- 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)
アジア太平洋地域
- Australia (English)
- India (English)
- New Zealand (English)
- 中国
- 日本Japanese (日本語)
- 한국Korean (한국어)
