Dominik Schneider
Dominik Schneider
relevant https://f-droid.org/en/packages/net.scintill.duotp/
I ran into this last week. Not sure I completely understand the path forward but here an example from my use case. this works as expected ``` library(ggplot2) ggplot(mtcars, aes(x=disp,...
the stackoverflow link didn't work for me so i'm definitely still waiting for a solution for this! the previous sort-of workaround without navigation is better than nothing though so thanks...
> > > We have the GitHub repo hooked up to Docker Hub using a webhook. I think if we wanted to tag containers with releases we would potentially need...
In my opinion if there is no plant but the user supplied an ROI then analyze_* should return 0 instead of NA since that is a valid size. That's what...
got it. sorry, i dont remember that behavior. are you thinking to deprecate cli args for pcv4?
no, that seems reasonable. having just set up a new project with cli args it was a bit of a challenge. People should be using config.
When you use the Bayer import in lemnagrid you get options about which interpolation alg to use. Looks like the default is CFA from IPP, an intel library https://software.intel.com/content/www/us/en/develop/documentation/ipp-dev-reference/top/volume-2-image-processing/image-color-conversion/color-gray-scale-conversions/cfatorgb.html ...
one of these algorithms might give better results https://github.com/colour-science/colour-demosaicing a quick look through github and it appears that these are the most commmonly used in python code
not sure images with large white areas are a great example...? It would be interesting to see if the edge aware captures that edge better. I could only find c++...