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** Update the functionality to the `pcv.morphology.segment_combine`. This repairs the error with using `.remove` in issue #928 and simplifies the code so that it will only accept one...

bugfix
morphology-subpackage
ready to review
update

**Describe your changes** Add a function that helps us access the standard rgb values (hard coded) for the chips in the color cards. This allow us to correct images with...

new feature
work in progress

**Describe your changes** The goal of this PR is to make the code more Pythonic by utilizing Python `with` statements. **Type of update** Is this a Refactoring **Associated issues** Reference...

cleanup

segment_combine() fails with `ValueError: The truth value of an array with more than one element is ambiguous. Use a.any() or a.all()` minimal code to reproduce: ``` import numpy as np...

help wanted
morphology-subpackage

**Describe your changes** Beginning to change the usage of contours and hierarchy to using the Objects class. **Type of update** * New feature or feature enhancement * Work in progress...

enhancement
work in progress
update

Header file has many different keywords compared to those we expect to help with parsing the metadata needed to shape a hyperspectral image data cube. Also, styles of .hdr files...

given a segmented skeleton and a mask on which the skeleton was applied, is there a way to get back separate masks of the pixels associated with each of the...

**Problem:** Every time I analyze data from a PlantCV output, I have to convert all the measurements from pixels to cm, based on the output size of the color card....

new feature

hi , i saw that you posted a tutorial on how to use the plantcv-train.py file in issue #206 , but when i click on it it says that the...

Hi there, I am trying to parallelize the code of the machine learning tutorial [(here)](https://plantcv.readthedocs.io/en/v3.2.0/machine_learning_tutorial/). There is my code: ``` import os import cv2 import numpy as np from scipy...

help wanted