필터 지우기
필터 지우기

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 (최근 30일)
matlab code

채택된 답변

Image Analyst
Image Analyst 2015년 1월 20일
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
mntaser salem
mntaser salem 2015년 1월 21일
편집: Image Analyst 2015년 1월 21일
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 2015년 1월 21일
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.

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

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 MATLAB Report Generator에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by