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

Create a reader of skimage.measure.regionprops output #5

Open
vreuter opened this issue Jul 16, 2024 · 0 comments
Open

Create a reader of skimage.measure.regionprops output #5

vreuter opened this issue Jul 16, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@vreuter
Copy link
Contributor

vreuter commented Jul 16, 2024

Right now, we immediately convert the mapping that's returned by the regionprops function from skimage to a pandas.DataFrame, and then write that to CSV. We should have a utility that parses the more raw, JSON-like mapping data and/or the CSV table data. This would make the output of this valuable function call then available for use in Scala code equally to in Python code.

@vreuter vreuter added enhancement New feature or request priority high labels Jul 16, 2024
@vreuter vreuter self-assigned this Jul 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant