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

Deprecation warnings in segment_pie_auto #20

Open
tlancon opened this issue Mar 15, 2021 · 0 comments
Open

Deprecation warnings in segment_pie_auto #20

tlancon opened this issue Mar 15, 2021 · 0 comments
Labels
good first issue Good for newcomers

Comments

@tlancon
Copy link
Owner

tlancon commented Mar 15, 2021

`>>> ppp.measure_radius(whole_file)

automatic_mask = ppp.segment_pie_auto(whole_file, radius=250, radius_width=20)
C:\Users\tlanc\Documents\GitHub\pypiepi\pypiepi.py:225: FutureWarning: draw.circle is deprecated in favor of draw.disk.draw.circle will be removed in version 0.19
rr, cc = _circle(cy, cx, r-int(radius_width/2), shape=input_image.shape)
C:\Users\tlanc\Documents\GitHub\pypiepi\pypiepi.py:228: FutureWarning: draw.circle is deprecated in favor of draw.disk.draw.circle will be removed in version 0.19
rr, cc = _circle(cy, cx, r + int(radius_width / 2), shape=input_image.shape)
C:\Users\tlanc\AppData\Local\Programs\Python\Python39\lib\site-packages\skimage\morphology_deprecated.py:5: skimage_deprecation: Function watershed is deprecated and will be removed in version 0.19. Use skimage.segmentation.watershed instead.
def watershed(image, markers=None, connectivity=1, offset=None, mask=None,`

@tlancon tlancon added the good first issue Good for newcomers label Mar 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant