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

clusters show lines #1

Open
GRASBOCK opened this issue Sep 27, 2021 · 1 comment
Open

clusters show lines #1

GRASBOCK opened this issue Sep 27, 2021 · 1 comment
Labels
bug Something isn't working enhancement New feature or request

Comments

@GRASBOCK
Copy link
Owner

The clusters show lines because the cluster has a width of one pixel at some positions

cluster_lines

Ideas:

  • custom algorithm (not cv2.findContours)
  • use the surrounding pixels by blur, thresholding them to increase the width of the pixels. This makes the hot area larger than it actually is.
  • interpolate coordinates at half distance between adjacent pixels to get geographic position instead center of pixel. However then I need a way to find out inside and outside
@GRASBOCK
Copy link
Owner Author

weird_structure

Such abominations I consider bugs. A new algorithm is definitely required

@GRASBOCK GRASBOCK added the bug Something isn't working label Sep 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant