Effacer les filtres
Effacer les filtres

how can i retrieve the saved minutae of the fingerprint which processed and minutae or feature extracted , i need this saved minutae to done another problem ,any one can help me to understan the code which attached and how its work and the output

2 vues (au cours des 30 derniers jours)
matlab code

Réponse acceptée

Image Analyst
Image Analyst le 20 Jan 2015
Well, how did you save the data? Did you use save()? If so, use load() to retrieve it. By the way, you didn't include any code.
  2 commentaires
mntaser salem
mntaser salem le 21 Jan 2015
Modifié(e) : Image Analyst le 21 Jan 2015
this code of save:
%%Save in a text file
% In this step, we are going to save the minutia in a file
MinutiaTerm=[CentroidTermX,CentroidTermY,OrientationTerm];
MinutiaBif=[CentroidBifX,CentroidBifY,OrientationBif];
saveMinutia('mntaser',MinutiaTerm,MinutiaBif)
Image Analyst
Image Analyst le 21 Jan 2015
It looks like you're using a custom function to save data out so you'll need the corresponding custom function to read it back in.

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur MATLAB Report Generator dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by