mirror of
https://github.com/correl/dejavu.git
synced 2024-11-23 19:19:53 +00:00
Updated link to Scipy ndimage iterate_structure page
This commit is contained in:
parent
4ab26bd0db
commit
541b3b4e5d
1 changed files with 2 additions and 2 deletions
|
@ -90,7 +90,7 @@ def fingerprint(channel_samples, Fs=DEFAULT_FS,
|
||||||
|
|
||||||
|
|
||||||
def get_2D_peaks(arr2D, plot=False, amp_min=DEFAULT_AMP_MIN):
|
def get_2D_peaks(arr2D, plot=False, amp_min=DEFAULT_AMP_MIN):
|
||||||
# http://docs.scipy.org/doc/scipy/reference/generated/scipy.ndimage.morphology.iterate_structure.html#scipy.ndimage.morphology.iterate_structure
|
# http://docs.scipy.org/doc/scipy/reference/generated/scipy.ndimage.iterate_structure.html#scipy.ndimage.iterate_structure
|
||||||
struct = generate_binary_structure(2, 1)
|
struct = generate_binary_structure(2, 1)
|
||||||
neighborhood = iterate_structure(struct, PEAK_NEIGHBORHOOD_SIZE)
|
neighborhood = iterate_structure(struct, PEAK_NEIGHBORHOOD_SIZE)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue