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

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
can we connect the broken lines of the image

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

 채택된 답변

Omair
Omair 2013년 12월 4일
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개)

linda Nankabirwa
linda Nankabirwa 2018년 11월 1일
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