Haley Schuhl
Haley Schuhl
Hi @eyaler thanks for opening this issue. I wrote the `combine_segments` function with the hope of being able to correct misidentified segments from `pcv.morphology.segment_id`. The whole morphology sub-package is pretty...
Very interesting! Definitely interested to hear more details of what type of data you're extracting. This sub-package has seemed to be helpful for a handful of non-plant researchers so far...
I did some testing this morning and wanted to share the updated `combine_segments` function with you for further testing! Please let me know if this functionality works for your data....
Could we use "original" images from tutorials and other examples in the documentation as one of the small datasets? Maybe another dataset could be a subset of images from currently...
In the paper, they use cubic spline interpolation at 3 nm and 10 nm intervals to get the reflectance spectra. This seems doable in python since there is a scipy...
Hmm I added another two tests to try to cover L53 in `gmm.py` and L47 in `gmm_classifier.py` but when I try to test them locally they get hung up on...
@ahmaduaf thanks for bringing this to my attention. Apologies for not getting back to you sooner. We talked over a few potential solutions but haven't done the testing necessary. We...
Plan of attack: Make alias entries in the header so that new keywords point to the synonymous with the ENVI keywords. Want the dictionary metadata format will be the same....
> Thanks! small comment: > > ``` > if type(segment_list[0]) is not int: > ``` > > does not gracefully handle the case of an empty segment_list Very true! An...
@DannieSheng I know you were looking into interactive plotting! Here's another potential option to look into.