plantcv
plantcv copied to clipboard
Plant phenotyping with image analysis
Good evening, I have been following the workshop on YouTube (really helpful!) and trying to build my own code to analyze my image pictures. However, every time when i try...
**Is your feature request related to a problem? Please describe.** It's verbose to adjust some parameters like `pcv.params.text_size` and `pcv.params.text_thickness` so make different plots interpretable by a user (e.g. text_size...
**Is your feature request related to a problem? Please describe.** Some users prefer to perform as many steps as possible in Jupyter notebooks (rather than directly in the terminal) so...
**Describe your changes** Taking the logic of existing filter on eccentricity, this function expands to allow filtering on any numeric (float or int) object property calculated by `skimage.measure.regionprops`. The default...
**Describe your changes** Fixed small style issue by removing unnecessary parentheses in create_labels.py and size.py **Type of update** This is a: Minor cleanup **Associated issues** Associated with Deepsource PYL-C0325 **For...
**Describe your changes** Removed unnecessary list comprehension in lines 132 and 149 in hyper_histogram.py **Type of update** This is a * Bug fix **Associated issues** Related to Deepsource PTC-W0016 **For...
Hi all, When trying to use plantcv, which I have absolutely no experience with, I am getting the error "ImportError: DLL load failed while importing cv2: The specified module could...