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

Look at replacing opencv and mahotas libraries with alternatives #2

Open
samaloney opened this issue Mar 12, 2024 · 0 comments
Open

Comments

@samaloney
Copy link
Member

mahotas.polygon.fill_polygon seems like it could be replaced with https://scikit-image.org/docs/0.7.0/auto_examples/plot_shapes.html

cv2.findContours seems like could be replaced with https://scikit-image.org/docs/stable/api/skimage.measure.html#skimage.measure.find_contours

or even this is the data is Map
https://docs.sunpy.org/en/stable/generated/api/sunpy.map.GenericMap.html#sunpy.map.GenericMap.contour

The mahotas library doesn't seem to install for python 3.11 or 3.12 on macOS

@samaloney samaloney changed the title Look at replacing opencv and mahotas libraries with alternative Look at replacing opencv and mahotas libraries with alternatives Mar 15, 2024
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