Results 637 comments of Antony Lee

Unfortunately, my bandwidth for working on mplcairo infrastructure is close to none these days (compiling from source should always work, and HEAD should always be in a usable state as...

Closing for lack of progress and because I don't work with SPE files anymore. Anyone should feel free to pick up this patch if it is useful for them.

We could also detect when both sublists are non-empty and emit a warning in that case (suggesting the more explicit ordering method), as the order is likely to be messed...

No (well, you probably can manually set the .enabled attribute to False on whatever cursor you want to disable, but that won't let you select an older sub-cursor). There is...

Closing this -- let's continue the discussion on #34, which I think covers this case as well.

> The watershed algorithms treat pixels where the mask is 0 exactly the same way as pixels where the input is infinity. So for the non-exact stochastic watershed you could...

I can try to look into it, but would it be OK to only support the case of connected masks? I don't think I feel up to generalizing to a...

I looked a bit into this. These are mostly notes for myself... I think the annoying part of the work is to adjust the Graph class to have a secondary...

Actually, I went back to your 2014 article; the algorithm on the MST is very simple to implement in Python (