is there anyone that can help me to understand this code please ?

1 view (last 30 days)
i have a minutiae extraction code as below :
[pathMap1,real_end1,real_branch1]=remove_spurious_Minutia(o1,end_list1,branch_list1,o1Area,ridgeMap1,edgeWidth);
show_minutia(o1,real_end1,real_branch1);
W=inputdlg('input the file name');W=char(W);
save(W,''real_end1'',''pathMap1'',''-ASCII'');
my question is which variable that i can use as data input for artificial neural network ? real_end1 or pathMap1 ?

Answers (1)

Steven Lord
Steven Lord on 9 Nov 2015
Impossible to say without knowing what the remove_spurious_Minutia function returns. Check the help text for that function or ask the person that provided it to you and/or the author of that function.

Community Treasure Hunt

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

Start Hunting!