Skip to content

Commit

Permalink
2.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
erdogant committed Oct 26, 2023
1 parent 83226b0 commit 976ea66
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions findpeaks/examples.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@
# %%

from findpeaks import findpeaks
import os
import cv2
path = r'https://user-images.githubusercontent.com/12035402/274193739-cdfd8986-91eb-4211-bef6-ebad041f47ae.png'
fp = findpeaks(method='topology', denoise='lee_sigma', params={'window': 5}, whitelist='peak', limit=5)
X = fp.imread(path)
Expand Down

0 comments on commit 976ea66

Please sign in to comment.