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

[FR] Equivalent of skimage.measure.regionprops, particularly eccentricity #121

Open
IanButterworth opened this issue Mar 8, 2023 · 2 comments

Comments

@IanButterworth
Copy link
Member

Perhaps this already exists, but I've not found it.

Specifically I'm looking for

skimage.measure.regionprops(labelled_image)[1].eccentricity
@cpaniaguam
Copy link

@IanButterworth You could call skimage.measure.regionprops using PyCall.jl and write your own wrapper. It works pretty well.

@IanButterworth
Copy link
Member Author

Of course. This is a feature request for this package I.e. native julia 🙂

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

2 participants