Azzera filtri
Azzera filtri

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

2 visualizzazioni (ultimi 30 giorni)
i want to implement Minutiae extraction plz tel me with explanation how to implement it
  2 Commenti
chitresh
chitresh il 4 Dic 2013
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

Accedi per commentare.

Risposta accettata

Omair
Omair il 4 Dic 2013
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.

Più risposte (1)

linda Nankabirwa
linda Nankabirwa il 1 Nov 2018
hello,can anyone please explain how to implement the extraction of minutiae please....

Categorie

Scopri di più su Image Processing Toolbox in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by