i want to implement Minutiae extraction plz tel me with explanation how to implement it

i want to implement Minutiae extraction plz tel me with explanation how to implement it

2 件のコメント

chitresh
chitresh 2013 年 12 月 4 日
friends plz help me i am writing code of my own plz help me what these lines mean J=I(:,:,1)>150; this is a binarization of image what is 150 and why we use semicolons in place of rows and columns
chitresh
chitresh 2013 年 12 月 4 日
can we connect the broken lines of the image

サインインしてコメントする。

 採用された回答

Omair
Omair 2013 年 12 月 4 日

0 投票

Semi colon means all rows and all columns. 150 is the threshold, all pixel locations with pixel values above 150 are assigned a one (true) and the rest get 0 (false). You will get a binary mask in variable J.

1 件のコメント

chitresh
chitresh 2013 年 12 月 4 日
what is the best suitable threshold value i am can use

サインインしてコメントする。

その他の回答 (1 件)

linda Nankabirwa
linda Nankabirwa 2018 年 11 月 1 日

0 投票

hello,can anyone please explain how to implement the extraction of minutiae please....

質問済み:

2013 年 12 月 3 日

回答済み:

2018 年 11 月 1 日

Community Treasure Hunt

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

Start Hunting!

Translated by