plantcv icon indicating copy to clipboard operation
plantcv copied to clipboard

Plant phenotyping with image analysis

Results 185 plantcv issues
Sort by recently updated
recently updated
newest added

**Describe your changes** This PR contains prototype features for the purpose of discussion and development. Adds Python classes for image data structures, subclassed from NumPy n-dimensional arrays. In the current...

new feature
work in progress

**Describe the bug** In the PR template the link to the pr_review_process document is based on the `stable` docs URL, but since the new docs page has not yet been...

bug
documentation

https://plantcv.readthedocs.io/en/stable/CONTRIBUTING/#testing-and-documenting-your-code I believe most of this section is outdated, for example, `tests/tests.py` is now empty and the test data isn't stored in `tests/*data/`. Also, are we still using pytest? I...

**Describe your changes** Add img_registration function that is capable of collecting (interactive framework) user-clicked points on reference and target image and align two images **Type of update** Is this a:...

new feature
work in progress

**Is your feature request related to a problem? Please describe.** #906 **Describe the solution you'd like** A way to use metadata from a CSV(info about genotype, plant ID, treatment, etc.)...

new feature

**Start a discussion about anything you would like** The `tmp_dir` part of a config value defaults to None. We have instances of example config files but it's not abundantly clear...

documentation

**TL;DR**: I propose updating our code of conduct and changing the name of our default branch. Inclusive language ------------------ This discussion was spurred on for me by reading this [ZDNet](https://www.zdnet.com/article/github-to-replace-master-with-alternative-term-to-avoid-slavery-references/)...

enhancement
Epic

**Is your feature request related to a problem? Please describe.** Currently, you have to write out a lot in order to create a new Spectral_data object. This can be somewhat...

new feature

**Is your feature request related to a problem? Please describe.** `plantcv.outputs.save_results` will add data to an existing JSON file but it overwrites an existing CSV file. If you want to...

new feature

**Describe your changes** Directly related to issue #652 **Type of update** Is this a: * New feature or feature enhancement * Work in progress **Associated issues** #587 **Additional context** This...

new feature
work in progress