dejavu icon indicating copy to clipboard operation
dejavu copied to clipboard

the meaning of eroded_backgorund in the function of get_2D_peaks in fingerprint.py.?

Open zylove006 opened this issue 6 years ago • 2 comments

I have a few problems in the function of get_2D_peaks in fingerprint.py. background = (arr2D == 0) eroded_background = binary_erosion(background, structure=neighborhood, border_value=1)

# Boolean mask of arr2D with True at peaks
detected_peaks = local_max - eroded_background

please tell me the meaning of eroded_background and (local_max - eroded_background)? Thank you!

zylove006 avatar Nov 16 '18 08:11 zylove006

i have problem the same. now you have solution? Help

yseyha avatar Feb 18 '19 08:02 yseyha

sorry, i have not solved this problem.if you have the answer, please tell me. thank you

At 2019-02-18 16:18:20, "yseyha" [email protected] wrote:

i have problem the same. now you have solution? Help

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.

zylove006 avatar Feb 19 '19 01:02 zylove006