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

Napari: draw points as mask #30

Closed
maliagehan opened this issue May 16, 2024 · 0 comments · Fixed by #32
Closed

Napari: draw points as mask #30

maliagehan opened this issue May 16, 2024 · 0 comments · Fixed by #32
Assignees
Labels
new feature New feature ideas and solutions

Comments

@maliagehan
Copy link
Member

New Function: I looked into just exporting a napari layer to then create a mask from, but it looks like that 'image' is truncated to the largest x,y extent (e.g. the exported layer would not be the same size as the original image). Therefore I think it would be easier to just take the points and use cv2 to draw the points on .

What would this be used for? This would be incorporated into a pipeline for naive bayes for example to get the color values for each class. The next step would have to be something that formats color data into a format that would be accepted into naive bayes.

@maliagehan maliagehan added the new feature New feature ideas and solutions label May 16, 2024
@maliagehan maliagehan self-assigned this May 16, 2024
@maliagehan maliagehan mentioned this issue Aug 19, 2024
8 tasks
@maliagehan maliagehan linked a pull request Sep 12, 2024 that will close this issue
8 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new feature New feature ideas and solutions
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant