dejavu
dejavu copied to clipboard
the meaning of eroded_backgorund in the function of get_2D_peaks in fingerprint.py.?
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!
i have problem the same. now you have solution? Help
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.