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 regionprops depreciating xy coordinates #28

Open
ahijevyc opened this issue Nov 25, 2019 · 0 comments
Open

skimage regionprops depreciating xy coordinates #28

ahijevyc opened this issue Nov 25, 2019 · 0 comments

Comments

@ahijevyc
Copy link
Contributor

Eventually we need to accept the objects' region properties in row-column coordinates, as opposed to xy.

skimage.measure regionprops function will stop using xy coordinates and use row-column instead.
STObject.py uses it for shape properties.

We could specify regionprops(..., coordinates='xy') for now to avoid the warning, but this will break.

See https://scikit-image.org/docs/0.14.x/release_notes_and_installation.html#deprecations for details on how to avoid this message.
warn(XY_TO_RC_DEPRECATION_MESSAGE)

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