-
Notifications
You must be signed in to change notification settings - Fork 0
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
33 napari extract and format data for naive bayes #34
33 napari extract and format data for naive bayes #34
Conversation
added function to extract rgb values and format it for use in naive bayes
documentation for napari naive bayes added
Here's the code health analysis summary for commits Analysis Summary
Code Coverage Report
|
ran naive bayes all the way through and realized that values that I thought were rgb were being reported as bgr. Reversed those to correct.
in docs filename and in the docs
link to naive bayes docs, include downstream steps in code examples, fix link to source code
import numpy as np | ||
|
||
|
||
def napari_naive_bayes_colors(img, maskdict, filename): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
in future iterations, rename the parameter to rgb_img
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All Napari PRs are now merged!
Describe your changes
added function to extract color information and reformat to be compatible with naive bayes functions.
Type of update
Is this a:
Associated issues
#33
Additional context
Add any other context about the problem here.
For the reviewer
See this page for instructions on how to review the pull request.
plantcv/mkdocs.yml
updating.md