Tom Pohl

Results 62 comments of Tom Pohl

Hi @stefanv, just let me know when you got the mail. I'm currently busy, so there's no rush with the license topic.

A first implementation is ready: https://github.com/pohlt/scikit-image/blob/co/__co/co.ipynb There is a naive implementation doing a lot of redundant calculations. Another version ("less") avoids some calculations of sigma. Yet another version ("updater") does...

Could you please give me some guidance concerning the interface? Similar to the [signature of the linear otsu call](https://scikit-image.org/docs/stable/api/skimage.filters.html#skimage.filters.threshold_otsu) I would like to preserve the choice to either provide an...

The notebook was just a proof of concept, not the actual API I have in mind. Sorry for the confusion. * **histogram**: I like the check for constant bin sizes,...

Sure, let's assume you calculated the hue values of an image which are often in the range [0, 2pi) and you want to use those hue values to do circular...

* Histogram input: I'm fine with limiting the API to uniform bins * Image input: As described above, we need explicit min/max values. Number of bins is certainly desirable in...

Sorry, guys. Busy times, but I still plan to get this done...

I had exactly the same issue: VNC works, RDP (or any other port) does not. I could solve it by running podman as root: `sudo podman ...`

Same problem here: I get timestamps in milliseconds and have to convert them. As a workaround I currently define a new `datetime` subclass `class Timestamp(datetime): ...` and register a decoder...

Could someone please check this PR? Thank you! I'm desperately waiting for this functionality.