Jeremy Metz
Jeremy Metz
@stefanv : the code for using the high and low threshold callables was inspired by this (and my own uses in the past): https://en.wikipedia.org/wiki/Canny_edge_detector#Robust_method_to_determine_the_dual-threshold_value There, the lower threshold value is...
@stefanv - good point, I'll add that to this morning's amendments also
Actually on reflection I think @stefanv has pointed out a good issue. Essentially, broadly speaking there were 3 types of options in making the choice about what to pass in...
@stefanv - I can't see how this can work... setting, for example `high_threshold` to `"robust"`, but not `low_threshold` could easily result in nonsensical thresholds (e.g. `low_threshold` above `high_threshold`). As you...
Hi @stefanv & @jni - tbh I'm a little lost now... So to recap, my original PR was to add in extended functionality in canny by allowing the user to...
There is a problem with that idea - using Otsu to calculate the threshold values can only be done either - within the `canny` function as the array the threshold...
On a related but separate note, I would also suggest that the `canny` implementation be broken up (i.e. the body of canny simply call into a few subfunctions) into it's...
I get the same behavior as @jficz (though on a new device am still waiting for the catch-up)
Is this issue still active? Would love to be able to cross-compile to `windows-gnu` target from my `linux` box, but there doesn't seem to have been any activity on this...
> Could you please tell me how to incorporate that in my `.tmux.conf`? Thank you. As I mentioned, it's not something you can currently achieve using just the `.tmux.conf` (which...