Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

skimage - peak_local_max & corner_peaks #219

Open
junxnone opened this issue Sep 24, 2020 · 1 comment
Open

skimage - peak_local_max & corner_peaks #219

junxnone opened this issue Sep 24, 2020 · 1 comment

Comments

@junxnone
Copy link
Owner

junxnone commented Sep 24, 2020

Reference

Brief

  • 找出突兀的区域极值点
coordinates = peak_local_max(img, min_distance=5)
origin image peak image
image image
  • skimage.feature.corner_peaks
    This differs from skimage.feature.peak_local_max in that it suppresses multiple connected peaks with the same accumulator value.
@junxnone
Copy link
Owner Author

junxnone/aiwiki#346

@junxnone junxnone changed the title skimage - peak_local_max skimage - peak_local_max & corner_peaks Sep 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant